mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/jbig2dec: Updated for version 0.18.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
0264c2908a
commit
1b958299c1
2 changed files with 5 additions and 4 deletions
|
@ -10,6 +10,7 @@
|
|||
# licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
|
||||
# for details.
|
||||
|
||||
# 20200314 bkw: update for v0.18
|
||||
# 20191208 bkw: update for v0.17
|
||||
# 20180904 bkw: update for v0.15
|
||||
|
||||
|
@ -38,7 +39,7 @@
|
|||
# - Added 'how to edit' stuff to slack-desc
|
||||
|
||||
PRGNAM=jbig2dec
|
||||
VERSION=${VERSION:-0.17}
|
||||
VERSION=${VERSION:-0.18}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jbig2dec"
|
||||
VERSION="0.17"
|
||||
VERSION="0.18"
|
||||
HOMEPAGE="https://github.com/ArtifexSoftware/jbig2dec"
|
||||
DOWNLOAD="https://github.com/ArtifexSoftware/jbig2dec/archive/0.17/jbig2dec-0.17.tar.gz"
|
||||
MD5SUM="924c65c4c4f02baa6adb77c03bcb97db"
|
||||
DOWNLOAD="https://github.com/ArtifexSoftware/jbig2dec/archive/0.18/jbig2dec-0.18.tar.gz"
|
||||
MD5SUM="0d4a371137e9bda205c42a8d885e3f50"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue