mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libsoup3: Updated for version 3.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a9ae05d128
commit
b23ab5d974
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=libsoup3
|
||||
SRCNAM=libsoup
|
||||
VERSION=${VERSION:-3.2.1}
|
||||
VERSION=${VERSION:-3.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libsoup3"
|
||||
VERSION="3.2.1"
|
||||
VERSION="3.2.2"
|
||||
HOMEPAGE="https://gitlab.gnome.org/GNOME/libsoup"
|
||||
DOWNLOAD="https://gitlab.gnome.org/GNOME/libsoup/-/archive/3.2.1/libsoup-3.2.1.tar.bz2"
|
||||
MD5SUM="59f70c9f2c88686d23272b6beb0a4d43"
|
||||
DOWNLOAD="https://gitlab.gnome.org/GNOME/libsoup/-/archive/3.2.2/libsoup-3.2.2.tar.bz2"
|
||||
MD5SUM="1078d82408992f610f2b65355953fb03"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue