system/wine-staging: Updated for version 2.14.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
1759500539
commit
06eb41d0b8
|
@ -1,3 +1,9 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=wine-staging
|
||||
VERSION=${VERSION:-2.13}
|
||||
VERSION=${VERSION:-2.14}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wine-staging"
|
||||
VERSION="2.13"
|
||||
VERSION="2.14"
|
||||
HOMEPAGE="http://www.wine-staging.com/"
|
||||
DOWNLOAD="https://github.com/wine-compholio/wine-patched/archive/staging-2.13/wine-patched-staging-2.13.tar.gz"
|
||||
MD5SUM="d691e113409085cda8aa8f206c2dc1f9"
|
||||
DOWNLOAD="https://github.com/wine-compholio/wine-patched/archive/staging-2.14/wine-patched-staging-2.14.tar.gz"
|
||||
MD5SUM="a7f94b49ee585d290dc0f8f0a4f89e20"
|
||||
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue