aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-04-06 02:27:01 +0200
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-04-08 09:40:00 +0000
commitf9d524ab725ac2060f20353cc7ffdb6fa61fd8db (patch)
tree685d08e670bae758cce49256d47c63a665519b11 /main
parent9916bd8203f9d53223901d03cb68eaa497036b27 (diff)
downloadaports-f9d524ab725ac2060f20353cc7ffdb6fa61fd8db.tar.bz2
aports-f9d524ab725ac2060f20353cc7ffdb6fa61fd8db.tar.xz
main/jbig2dec: upgrade to 0.16
Diffstat (limited to 'main')
-rw-r--r--main/jbig2dec/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/jbig2dec/APKBUILD b/main/jbig2dec/APKBUILD
index b4396b7869..4b3ae405c3 100644
--- a/main/jbig2dec/APKBUILD
+++ b/main/jbig2dec/APKBUILD
@@ -1,7 +1,8 @@
# Contributor: Michael Zhou <zhoumichaely@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=jbig2dec
-pkgver=0.15
+pkgver=0.16
+_gsver="gs927"
pkgrel=0
pkgdesc="JBIG2 image compression format decoder"
url="https://www.ghostscript.com/jbig2dec.html"
@@ -10,7 +11,7 @@ license="GPL-2.0-or-later"
makedepends="autoconf automake libtool"
checkdepends="python2"
subpackages="$pkgname-dev $pkgname-doc"
-source="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs924/jbig2dec-0.15.tar.gz"
+source="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/$_gsver/jbig2dec-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
@@ -44,4 +45,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="142acf0c47be094232ff21074414be5cf633a7008b2095d60b8878c4e125966f36632d8db191959ae1ac4b12b8fdc78139f67cd531717d203864b459d2570369 jbig2dec-0.15.tar.gz"
+sha512sums="1c1a9b9fc46d40ef3bd6133fd95b02163456e4d9fb271f57c75f4dcc4ace726ec54b8d22f984e4804bbad7f1d018566e522c1924bc8ad2e807d48d57a8851949 jbig2dec-0.16.tar.gz"