mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/rofi: Updated for version 1.7.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
28bab1ec16
commit
d51bbe8b5c
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=rofi
|
||||
VERSION=${VERSION:-1.7.4}
|
||||
VERSION=${VERSION:-1.7.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="rofi"
|
||||
VERSION="1.7.4"
|
||||
VERSION="1.7.5"
|
||||
HOMEPAGE="https://github.com/DaveDavenport/rofi/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/davatorium/rofi/releases/download/1.7.4/rofi-1.7.4.tar.xz"
|
||||
MD5SUM_x86_64="5ce7a4baefc923663599e8fa9bf9a611"
|
||||
DOWNLOAD_x86_64="https://github.com/davatorium/rofi/releases/download/1.7.5/rofi-1.7.5.tar.xz"
|
||||
MD5SUM_x86_64="284aea347005af52354a6a8c492a8c03"
|
||||
REQUIRES="xcb-util-xrm"
|
||||
MAINTAINER="Andrew Payne"
|
||||
EMAIL="phalange@komputermatrix.com"
|
||||
|
|
Loading…
Reference in a new issue