desktop/bottles: Updated for version 2022.5.28.trento.3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2d3d181c10
commit
309eace78a
|
@ -29,3 +29,5 @@ take care of everything for you.
|
|||
|
||||
Your bottles are isolated from the system and will only hit your
|
||||
personal files when you decide.
|
||||
|
||||
bottles requires that patool be built with python3 support.
|
||||
|
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=bottles
|
||||
SRCNAM=${PRGNAM^b}
|
||||
VERSION=${VERSION:-2022.4.14.trento.2}
|
||||
VERSION=${VERSION:-2022.5.28.trento.3}
|
||||
SRCVER=${VERSION/\.trento\./-trento-}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bottles"
|
||||
VERSION="2022.4.14.trento.2"
|
||||
VERSION="2022.5.28.trento.3"
|
||||
HOMEPAGE="https://usebottles.com/"
|
||||
DOWNLOAD="https://github.com/bottlesdevs/Bottles/archive/2022.4.14-trento-2/Bottles-2022.4.14-trento-2.tar.gz"
|
||||
MD5SUM="49a18b94fcc5becbe82c360fe1707dad"
|
||||
DOWNLOAD="https://github.com/bottlesdevs/Bottles/archive/2022.5.28-trento-3/Bottles-2022.5.28-trento-3.tar.gz"
|
||||
MD5SUM="51dd212bb89ec3ec896e72e87a17757e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wine libhandy patool gtksourceview4"
|
||||
|
|
Loading…
Reference in New Issue