diff options
author | Tim Biermann <tbier@posteo.de> | 2021-07-03 10:52:13 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-07-03 10:52:13 +0000 |
commit | ac8e3cd94ec7a0945583b6ffa87f1169301455c2 (patch) | |
tree | 4dd882915365002f00d7e0327a4e7d61fc14704f /libidn2/Pkgfile | |
parent | 2ef7821f129d313214ed74f93f7bf1a5a4d4e09c (diff) | |
download | opt-ac8e3cd94ec7a0945583b6ffa87f1169301455c2.tar.gz opt-ac8e3cd94ec7a0945583b6ffa87f1169301455c2.tar.xz |
libidn2: 2.3.0 -> 2.3.1
Diffstat (limited to 'libidn2/Pkgfile')
-rw-r--r-- | libidn2/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libidn2/Pkgfile b/libidn2/Pkgfile index 7c904c5cf..40765dd48 100644 --- a/libidn2/Pkgfile +++ b/libidn2/Pkgfile @@ -4,9 +4,9 @@ # Depends on: libunistring name=libidn2 -version=2.3.0 +version=2.3.1 release=1 -source=(https://ftp.gnu.org/gnu/libidn/$name-$version.tar.lz) +source=(https://ftp.gnu.org/gnu/libidn/$name-$version.tar.gz) build() { cd $name-$version |