mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libunibreak: Updated for version 5.1.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0d4fd2855e
commit
5b832383ba
2 changed files with 5 additions and 4 deletions
|
@ -6,6 +6,7 @@
|
|||
# Original version had no license; now licensed under the WTFPL. See
|
||||
# http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20230111 bkw: update for v5.1
|
||||
# 20211003 bkw:
|
||||
# - take over maintenance
|
||||
# - update for v4.3
|
||||
|
@ -14,7 +15,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libunibreak
|
||||
VERSION=${VERSION:-4.3}
|
||||
VERSION=${VERSION:-5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libunibreak"
|
||||
VERSION="4.3"
|
||||
VERSION="5.1"
|
||||
HOMEPAGE="https://github.com/adah1972/libunibreak/"
|
||||
DOWNLOAD="https://github.com/adah1972/libunibreak/releases/download/libunibreak_4_3/libunibreak-4.3.tar.gz"
|
||||
MD5SUM="f0c4488fad8dc92a11f4523d22c099d3"
|
||||
DOWNLOAD="https://github.com/adah1972/libunibreak/releases/download/libunibreak_5_1/libunibreak-5.1.tar.gz"
|
||||
MD5SUM="dacabd7f6a7c00481b6bc39a9367c332"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue