mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libzen: Version bump and copyright update
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cb70b9c435
commit
58180bf2c8
2 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Copyright 2010-2012 Binh Nguyen <binhvng@gmail.com>
|
||||
# Copyright 2012-2017 Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
||||
# Copyright 2017-2020 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
|
||||
# Copyright 2017-2022 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=libzen
|
||||
SRCNAM=ZenLib
|
||||
VERSION=${VERSION:-0.4.38}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.4.39}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libzen"
|
||||
VERSION="0.4.38"
|
||||
VERSION="0.4.39"
|
||||
HOMEPAGE="https://github.com/MediaArea/ZenLib"
|
||||
DOWNLOAD="https://github.com/MediaArea/ZenLib/archive/v0.4.38/ZenLib-0.4.38.tar.gz"
|
||||
MD5SUM="0933664e0dece16a9e8dfe019028ce90"
|
||||
DOWNLOAD="https://github.com/MediaArea/ZenLib/archive/v0.4.39/ZenLib-0.4.39.tar.gz"
|
||||
MD5SUM="b1a5b93d3a888b6406ee1fd67122d59e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue