iso-codes: add v4.13.0 (#35915)

This commit is contained in:
Alec Scott 2023-03-07 22:18:10 -08:00 committed by GitHub
parent a5bc83d635
commit c5c67145d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@ class IsoCodes(AutotoolsPackage):
homepage = "https://salsa.debian.org/iso-codes-team/iso-codes" homepage = "https://salsa.debian.org/iso-codes-team/iso-codes"
url = "https://deb.debian.org/debian/pool/main/i/iso-codes/iso-codes_4.3.orig.tar.xz" url = "https://deb.debian.org/debian/pool/main/i/iso-codes/iso-codes_4.3.orig.tar.xz"
version("4.13.0", sha256="2d4d0e5c02327f52cf7c029202da72f2074348472c26904b7104d2be3e0750ef")
version("4.3", sha256="643eb83b2d714e8650ed7112706968d057bf5b101ba71c8ef219e20f1737b141") version("4.3", sha256="643eb83b2d714e8650ed7112706968d057bf5b101ba71c8ef219e20f1737b141")
depends_on("m4", type="build") depends_on("m4", type="build")