mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/rofi-emoji: Updated for version 3.2.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9a5de2766d
commit
d80fc83ac7
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=rofi-emoji
|
||||
VERSION=${VERSION:-3.1.0}
|
||||
VERSION=${VERSION:-3.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rofi-emoji"
|
||||
VERSION="3.1.0"
|
||||
VERSION="3.2.0"
|
||||
HOMEPAGE="https://github.com/Mange/rofi-emoji"
|
||||
DOWNLOAD="https://github.com/Mange/rofi-emoji/archive/v3.1.0/rofi-emoji-3.1.0.tar.gz"
|
||||
MD5SUM="8d7ed1f8e6175228a57731a0b66f8598"
|
||||
DOWNLOAD="https://github.com/Mange/rofi-emoji/archive/v3.2.0/rofi-emoji-3.2.0.tar.gz"
|
||||
MD5SUM="46577836d7274c3b977ac705d745b214"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="rofi xclip xsel xdotool"
|
||||
|
|
Loading…
Reference in a new issue