mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/zenity: Updated for version 3.44.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5c90a2ad88
commit
f4df306b5f
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for Zenity
|
||||
|
||||
# Copyright 2015-2018 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright © 2021-2023 Logan Rathbone <poprocks@gmail.com>
|
||||
# Copyright © 2021-2024 Logan Rathbone <poprocks@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -28,7 +28,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=zenity
|
||||
VERSION=${VERSION:-3.44.3}
|
||||
VERSION=${VERSION:-3.44.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zenity"
|
||||
VERSION="3.44.3"
|
||||
VERSION="3.44.4"
|
||||
HOMEPAGE="https://gitlab.gnome.org/GNOME/zenity"
|
||||
DOWNLOAD="https://download.gnome.org/sources/zenity/3.44/zenity-3.44.3.tar.xz"
|
||||
MD5SUM="0ccb4260bdcfd2b0d9608fc61f1eb3ec"
|
||||
DOWNLOAD="https://download.gnome.org/sources/zenity/3.44/zenity-3.44.4.tar.xz"
|
||||
MD5SUM="cfef50a59150261e286412d92436abbb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue