mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/appstream-glib: Updated for version 0.7.6.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
2774059af3
commit
81e723df52
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=appstream-glib
|
||||
VERSION=${VERSION:-0.7.5}
|
||||
VERSION=${VERSION:-0.7.6}
|
||||
SRCVERSION=$(echo "$PRGNAM" | tr - _)_$(echo "$VERSION" | tr . _)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="appstream-glib"
|
||||
VERSION="0.7.5"
|
||||
VERSION="0.7.6"
|
||||
HOMEPAGE="https://github.com/hughsie/appstream-glib"
|
||||
DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_5/appstream-glib-appstream_glib_0_7_5.tar.gz"
|
||||
MD5SUM="b4a579909ccbad63b9991242eee605b2"
|
||||
DOWNLOAD="https://github.com/hughsie/appstream-glib/archive/appstream_glib_0_7_6/appstream-glib-appstream_glib_0_7_6.tar.gz"
|
||||
MD5SUM="77e34a89b882b3c625c6b5ea799ca6e4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="meson json-glib gcab"
|
||||
|
|
Loading…
Reference in a new issue