desktop/xdgmenumaker: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
39552ce3e3
commit
b6e42aae6b
|
@ -7,6 +7,9 @@
|
|||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
|
||||
# for details.
|
||||
|
||||
# 20170301 bkw:
|
||||
# - Use long-form github URL.
|
||||
|
||||
# 20161221 bkw:
|
||||
# - Updated for v1.4. Missed 1.2 and 1.3 releases, sorry about that.
|
||||
|
||||
|
@ -38,7 +41,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="xdgmenumaker"
|
||||
VERSION="1.4"
|
||||
HOMEPAGE="https://github.com/gapan/xdgmenumaker"
|
||||
DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/1.4.tar.gz"
|
||||
DOWNLOAD="https://github.com/gapan/xdgmenumaker/archive/1.4/xdgmenumaker-1.4.tar.gz"
|
||||
MD5SUM="a63b8fbf14738c1f2e2ab234817f19e0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue