summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaghm Rossi2021-10-19 14:33:11 -0400
committerSaghm Rossi2021-10-19 14:33:11 -0400
commit415d94c68c379a8d40270bb6b5c8f93ff2cf6725 (patch)
treebe410e2e452d6de2ecd6153568b731856a0b2a6f
parentf13d84bac992a5bc75a6762634985cf176d4f81a (diff)
downloadaur-415d94c68c379a8d40270bb6b5c8f93ff2cf6725.tar.gz
ruby-build: 20211019
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f91319225975..016bc0e11a07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ruby-build
pkgdesc = Compile and install Ruby
- pkgver = 20210928
+ pkgver = 20211019
pkgrel = 1
url = https://github.com/rbenv/ruby-build
arch = any
license = MIT
depends = bash
optdepends = git: install ruby from git
- source = ruby-build-v20210928.tar.gz::https://github.com/rbenv/ruby-build/archive/v20210928.tar.gz
- sha512sums = eb360a391196586a85f1bed3a77bd73537660828e0068b488ec909b0ccc210cfe46070d091adfb2732be70e85e210adc05da0f5c7bf774e0b386330acf922c6e
+ source = ruby-build-v20211019.tar.gz::https://github.com/rbenv/ruby-build/archive/v20211019.tar.gz
+ sha512sums = 132e5e6504f51e095b52716813bef566e8274cd8472646b4350123ef0eff79471a44d562fdceb1ec0c0ba1b3d2b291ceefb0baba5a7af2f3958f9c0662563cf2
pkgname = ruby-build
diff --git a/PKGBUILD b/PKGBUILD
index 74c12d57289b..fcc0f9271078 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=20210928
+pkgver=20211019
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=('eb360a391196586a85f1bed3a77bd73537660828e0068b488ec909b0ccc210cfe46070d091adfb2732be70e85e210adc05da0f5c7bf774e0b386330acf922c6e')
+sha512sums=('132e5e6504f51e095b52716813bef566e8274cd8472646b4350123ef0eff79471a44d562fdceb1ec0c0ba1b3d2b291ceefb0baba5a7af2f3958f9c0662563cf2')
build() {
cd $srcdir