diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-03-22 08:46:55 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-23 09:59:37 +0700 |
commit | e35c6239f6fa833e7ba401026949341b97bd572c (patch) | |
tree | 4e346f61b3ce346871a6a065072278402851770b /ruby/gem2tgz/gem2tgz.SlackBuild | |
parent | cbbd168330f34f8218a1bf2c23d3cc5b00d703fd (diff) |
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>
Diffstat (limited to 'ruby/gem2tgz/gem2tgz.SlackBuild')
-rw-r--r-- | ruby/gem2tgz/gem2tgz.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/gem2tgz/gem2tgz.SlackBuild b/ruby/gem2tgz/gem2tgz.SlackBuild index 6a75bbdbe3dc5..8adca355b2678 100644 --- a/ruby/gem2tgz/gem2tgz.SlackBuild +++ b/ruby/gem2tgz/gem2tgz.SlackBuild @@ -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} |