Browse Source
desktop/gnome-shell-extension-appindicator: Updated for version 46.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/191/head
Bob Funk
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
desktop/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator.SlackBuild
-
desktop/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator.info
|
|
@ -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" |
|
|
|