diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-06-22 02:16:09 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-06-22 02:16:09 +0000 |
commit | e7ef9970cb5056b384f27f48108fc0edcbcc81e3 (patch) | |
tree | 623b4277912847539d686d1896179c31700a8129 | |
parent | 03e67bb4bf9e1eb84754361cb8f5bb02e3d97fa4 (diff) | |
download | packages-e7ef9970cb5056b384f27f48108fc0edcbcc81e3.tar.gz packages-e7ef9970cb5056b384f27f48108fc0edcbcc81e3.tar.bz2 packages-e7ef9970cb5056b384f27f48108fc0edcbcc81e3.tar.xz packages-e7ef9970cb5056b384f27f48108fc0edcbcc81e3.zip |
user/fribidi: Update to 1.0.9
-rw-r--r-- | user/fribidi/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/fribidi/APKBUILD b/user/fribidi/APKBUILD index 39523b2db..b8d56e528 100644 --- a/user/fribidi/APKBUILD +++ b/user/fribidi/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=fribidi -pkgver=1.0.8 +pkgver=1.0.9 pkgrel=0 pkgdesc="Free Implementation of the Unicode Bidirectional algorithm" url="http://fribidi.org" @@ -9,7 +9,7 @@ license="LGPL-2.1+" depends="" makedepends="" subpackages="$pkgname-dev $pkgname-doc" -source="https://github.com/fribidi/fribidi/releases/download/v$pkgver/fribidi-$pkgver.tar.bz2" +source="https://github.com/fribidi/fribidi/releases/download/v$pkgver/fribidi-$pkgver.tar.xz" build() { ./configure \ @@ -28,4 +28,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="d66b1524b26d227fd6a628f438efb875c023ae3be708acaaad11f1f62d0902de0a5f57124458291ef2b0fcd89356c52ab8ae5559b0b5a93fa435b92f1d098ba2 fribidi-1.0.8.tar.bz2" +sha512sums="e66989830941172fa003c8b9376719282fa1039592a1e158e975cab81ce8dcb2755453c64906a8464c047f9e9154e012d9bd37256b1f463e235648a13e4601ed fribidi-1.0.9.tar.xz" |