1
0
forked from ports/opt

iso-codes: update to 2.3.14

This commit is contained in:
Juergen Daubert 2022-11-12 14:59:24 +01:00
parent 25581c88ff
commit b5aa8e2171
2 changed files with 4 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/W0Gx+OLMWt+NxYMPmHk1/F0pQlcWvd8/yL2fPvRRl6XTXyz98TU0A4ZK+ilQtED92xcN1CMhosVRMkA8/LvdAQ=
SHA256 (Pkgfile) = 073c01dafa9e2c9be5e31c5ceaeb04f8abe6ac7c0c1ef46a199b688981a322a5
RWSE3ohX2g5d/f27Jr+s7dsA+LHNrcjMgWPupfG9G6RCnnmDGEHEipe9D19xQOR7D4QfMIVTynLjJkw1dcQNVy2+NoLCYebUsgk=
SHA256 (Pkgfile) = 81e111a82c047e284ebdddae787a28ba71240921b13a150c24a1e797521dd199
SHA256 (.footprint) = 0a1d30b6bec0054f5efc0b751d6aa72c7f71bfff948cba60450195323b1e0f0b
SHA256 (iso-codes-v4.11.0.tar.gz) = 408f799df4135468fa7ca35eb6b05c4004bea443d81ca58b89b2e482401a82bb
SHA256 (iso-codes-v4.12.0.tar.gz) = ead53ac6cb000a726350eda10381b2339e7bed0680924d761d63f28f32da94b5

View File

@ -4,17 +4,14 @@
# Depends on: gettext python3
name=iso-codes
version=4.11.0
version=4.12.0
release=1
source=(https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v$version/iso-codes-v$version.tar.gz)
build() {
cd $name-v$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
}