desktop/rofi: Updated for version 1.7.5.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
afhpayne 2022-08-26 14:51:14 -04:00 committed by Andrew Clemons
parent 28bab1ec16
commit d51bbe8b5c
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"