desktop/gnome-shell-extension-appindicator: Updated for version 46.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0d7e16e39e
commit
3167010404
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=gnome-shell-extension-appindicator
|
||||
VERSION=${VERSION:-42}
|
||||
VERSION=${VERSION:-46}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gnome-shell-extension-appindicator"
|
||||
VERSION="42"
|
||||
VERSION="46"
|
||||
HOMEPAGE="https://github.com/ubuntu/gnome-shell-extension-appindicator"
|
||||
DOWNLOAD="https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/refs/tags/v42/gnome-shell-extension-appindicator-42.tar.gz"
|
||||
MD5SUM="edb32e7936bc442f4f36251a81916014"
|
||||
DOWNLOAD="https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/refs/tags/v46/gnome-shell-extension-appindicator-46.tar.gz"
|
||||
MD5SUM="ed5f3ff38bd0fd4210f8319962426ff8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jq"
|
||||
|
|
Loading…
Reference in New Issue