diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-10-13 15:16:25 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-10-13 15:18:04 +0200 |
commit | af1db7f2648388315f975cf3b637cb27e423148c (patch) | |
tree | 2b5d8e415a5ceba0ee1d16c047c00b6f2b672b6f | |
parent | 604aaef0eb11666c4a0a904adf46b45730c94c33 (diff) | |
download | aports-af1db7f2648388315f975cf3b637cb27e423148c.tar.bz2 aports-af1db7f2648388315f975cf3b637cb27e423148c.tar.xz |
main/ruby: fix source
The source tarball is no longer available under the previous URL. This
is the URL now linked from the ruby website.
Not rebuilding since the contents of the source tarball should be
identical. The checksum changed, but that's only because the compression
algorithm changed.
-rw-r--r-- | main/ruby/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ruby/APKBUILD b/main/ruby/APKBUILD index d0b0520e87..ab2509e4ac 100644 --- a/main/ruby/APKBUILD +++ b/main/ruby/APKBUILD @@ -57,7 +57,7 @@ subpackages="$pkgname-doc $pkgname-dev $pkgname-libs $pkgname-full::noarch " -source="ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/$pkgname-$pkgver.tar.bz2 +source="https://cache.ruby-lang.org/pub/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz rubygems-avoid-platform-specific-gems.patch test_insns-lower-recursion-depth.patch fix-get_main_stack.patch @@ -332,7 +332,7 @@ _mvgem() { done } -sha512sums="82e799ecf7257a9f5fe8691c50a478b0f91bd4bdca50341c839634b0da5cd76c5556965cb9437264b66438434c94210c949fe9dab88cbc5b3b7fa34b5382659b ruby-2.5.1.tar.bz2 +sha512sums="67badcd96fd3808cafd6bc86c970cd83aee7e5ec682f34e7353663d96211a6af314a4c818e537ec8ca51fbc0737aac4e28e0ebacf1a4d1e13db558b623a0f6b1 ruby-2.5.1.tar.gz cfdc5ea3b2e2ea69c51f38e8e2180cb1dc27008ca55cc6301f142ebafdbab31c3379b3b6bba9ff543153876dd98ed2ad194df3255b7ea77a62e931c935f80538 rubygems-avoid-platform-specific-gems.patch 814fe6359505b70d8ff680adf22f20a74b4dbd3fecc9a63a6c2456ee9824257815929917b6df5394ed069a6869511b8c6dce5b95b4acbbb7867c1f3a975a0150 test_insns-lower-recursion-depth.patch 8d730f02f76e53799f1c220eb23e3d2305940bb31216a7ab1e42d3256149c0721c7d173cdbfe505023b1af2f5cb3faa233dcc1b5d560fa8f980c17c2d29a9d81 fix-get_main_stack.patch |