summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaghm Rossi2021-12-02 12:11:15 -0500
committerSaghm Rossi2021-12-02 12:11:15 -0500
commit577572a5fbe4d0cbef4780e42d0247c3d2a769b9 (patch)
tree23ce7ae02a52f2e7bae9237bb810dae0577daa7a
parentab7ef98b5f580990a78af9845a0933f348907120 (diff)
downloadaur-577572a5fbe4d0cbef4780e42d0247c3d2a769b9.tar.gz
ruby-build: 20211201
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ceeb531e41c4..5779a2ebb8c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ruby-build
pkgdesc = Compile and install Ruby
- pkgver = 20211109
+ pkgver = 20211201
pkgrel = 1
url = https://github.com/rbenv/ruby-build
arch = any
license = MIT
depends = bash
optdepends = git: install ruby from git
- source = ruby-build-v20211109.tar.gz::https://github.com/rbenv/ruby-build/archive/v20211109.tar.gz
- sha512sums = 132e5e6504f51e095b52716813bef566e8274cd8472646b4350123ef0eff79471a44d562fdceb1ec0c0ba1b3d2b291ceefb0baba5a7af2f3958f9c0662563cf2
+ source = ruby-build-v20211201.tar.gz::https://github.com/rbenv/ruby-build/archive/v20211201.tar.gz
+ sha512sums = f8e6abc321a68d2959f6f1d1f0c12e74ab2d63a1a73ffa75484672907dd4deed1baac0b7b3deb6e7382769aa299904dc41e30584209acdf2ef1ea8d2542c1db8
pkgname = ruby-build
diff --git a/PKGBUILD b/PKGBUILD
index a4e14ca15a41..b57fba044619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributer: Vincent Demeester <vincent@sbr.io>
# Contributer: Alex Ogier <alex.ogier@gmail.com>
pkgname=ruby-build
-pkgver=20211109
+pkgver=20211201
pkgrel=1
_file="${pkgname}-v${pkgver}.tar.gz"
pkgdesc="Compile and install Ruby"
@@ -13,7 +13,7 @@ license=('MIT')
depends=('bash')
optdepends=('git: install ruby from git')
source=($_file::$url/archive/v$pkgver.tar.gz)
-sha512sums=('6d95f0d14270ca14c2dc517e7bd6f3a183c61f577cb0da182998c5c89073f3dd793fd77b7df8e4eda9a409dd2af85d5bf792b5118a268c5517782f82517ce6c3')
+sha512sums=('f8e6abc321a68d2959f6f1d1f0c12e74ab2d63a1a73ffa75484672907dd4deed1baac0b7b3deb6e7382769aa299904dc41e30584209acdf2ef1ea8d2542c1db8')
build() {
cd $srcdir