update to 12.3: iana-etc
This commit is contained in:
@@ -1,14 +1,12 @@
|
|||||||
pkgname="iana-etc"
|
pkgname="iana-etc"
|
||||||
pkgver="20240806"
|
pkgver="20250123"
|
||||||
pkgdesc='/etc/protocols and /etc/services provided by IANA'
|
pkgdesc='/etc/protocols and /etc/services provided by IANA'
|
||||||
homepage="https://www.iana.org/protocols"
|
homepage="https://www.iana.org/protocols"
|
||||||
sources=("${pkgname}-${pkgver}.tar.gz")
|
sources=("${pkgname}-${pkgver}.tar.gz")
|
||||||
urls=('https://github.com/Mic92/iana-etc/releases/download/20240806/iana-etc-20240806.tar.gz')
|
urls=('https://github.com/Mic92/iana-etc/releases/download/${pkgver}/${sources[0]}')
|
||||||
md5sums=("ea3c37c00d22f1159fc3b7d988de8476")
|
md5sums=("f8a0ebdc19a5004cf42d8bdcf614fa5d")
|
||||||
license=('custom:none')
|
license=('custom:none')
|
||||||
|
|
||||||
distdir=${distdir}
|
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user