summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaghm Rossi2022-06-10 10:43:08 -0400
committerSaghm Rossi2022-06-10 10:43:08 -0400
commit28163b79f3ccf1a636fe8bbf27f9249bffb37f08 (patch)
treead4f36e6374b9a347f971cdbd2b4734253507a93
parent26b66334a2f88189519a8fda601e3b8cc04456b5 (diff)
downloadaur-28163b79f3ccf1a636fe8bbf27f9249bffb37f08.tar.gz
ruby-build: 20220610
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e19e033c9b4..716ecec882f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ruby-build
pkgdesc = Compile and install Ruby
- pkgver = 20220426
+ pkgver = 20220610
pkgrel = 1
url = https://github.com/rbenv/ruby-build
arch = any
license = MIT
depends = bash
optdepends = git: install ruby from git
- source = ruby-build-v20220426.tar.gz::https://github.com/rbenv/ruby-build/archive/v20220426.tar.gz
- sha512sums = 92732d7ed5b0beb8f7f48fa13a9235255e3ee2de20992f3029d064923714ec4201405b1f68051c49c17c6cc1566d608087560efc0e94b9b9e5b50e584b54243f
+ source = ruby-build-v20220610.tar.gz::https://github.com/rbenv/ruby-build/archive/v20220610.tar.gz
+ sha512sums = cbb14bfc54daf41406ffe180c5f6c0b5dcaea2e26efae38e175e6e79243351d4205ac8eba8d3179983562f25cf1946066eef09262569189f1143088b81b165ef
pkgname = ruby-build
diff --git a/PKGBUILD b/PKGBUILD
index 2b2aac40e47c..12f8c6b8ae36 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=20220426
+pkgver=20220610
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=('92732d7ed5b0beb8f7f48fa13a9235255e3ee2de20992f3029d064923714ec4201405b1f68051c49c17c6cc1566d608087560efc0e94b9b9e5b50e584b54243f')
+sha512sums=('cbb14bfc54daf41406ffe180c5f6c0b5dcaea2e26efae38e175e6e79243351d4205ac8eba8d3179983562f25cf1946066eef09262569189f1143088b81b165ef')
build() {
cd $srcdir