ruby/gem2tgz: Update homepage and download.
The contents of the previous tar.xz source file have the exact same checksum as the contents of the tar.gz at the new url. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
cbbd168330
commit
e35c6239f6
|
@ -11,7 +11,7 @@ TAG=${TAG:-_SBo}
|
|||
|
||||
ARCH=noarch
|
||||
|
||||
SRCNAM="gem2tgz-$VERSION.tar.xz"
|
||||
SRCNAM="gem2tgz-$VERSION.tar.gz"
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gem2tgz"
|
||||
VERSION="1.3"
|
||||
HOMEPAGE="http://github.com/cycojesus/gem2tgz"
|
||||
DOWNLOAD="https://github.com/downloads/cycojesus/gem2tgz/gem2tgz-1.3.tar.xz"
|
||||
MD5SUM="c0ef32bd560d37c0a33f9bd7b9985222"
|
||||
DOWNLOAD="https://github.com/gwenhael-le-moine/gem2tgz/archive/v1.3/gem2tgz-1.3.tar.gz"
|
||||
MD5SUM="8c58a268dc083f91e07ae0f1fb3e3def"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -10,7 +10,7 @@ gem2tgz: gem2tgz (create Slackware packages from Rubygems)
|
|||
gem2tgz:
|
||||
gem2tgz: gem2tgz is a utility to create Slackware packages from Rubygems.
|
||||
gem2tgz:
|
||||
gem2tgz: http://github.com/cycojesus/gem2tgz
|
||||
gem2tgz: https://github.com/gwenhael-le-moine/gem2tgz
|
||||
gem2tgz:
|
||||
gem2tgz:
|
||||
gem2tgz:
|
||||
|
|
Loading…
Reference in New Issue