summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaghm Rossi2022-06-29 20:06:59 -0400
committerSaghm Rossi2022-06-29 20:06:59 -0400
commitbe2d6e86c89a7d16a5085c1ae4faab7bec47c206 (patch)
treee03a7644d7773a7ce3af668f2de076d82f52647d
parent28163b79f3ccf1a636fe8bbf27f9249bffb37f08 (diff)
downloadaur-be2d6e86c89a7d16a5085c1ae4faab7bec47c206.tar.gz
ruby-build: 20220630
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 716ecec882f8..aba3135ab2f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ruby-build
pkgdesc = Compile and install Ruby
- pkgver = 20220610
+ pkgver = 20220630
pkgrel = 1
url = https://github.com/rbenv/ruby-build
arch = any
license = MIT
depends = bash
optdepends = git: install ruby from git
- source = ruby-build-v20220610.tar.gz::https://github.com/rbenv/ruby-build/archive/v20220610.tar.gz
- sha512sums = cbb14bfc54daf41406ffe180c5f6c0b5dcaea2e26efae38e175e6e79243351d4205ac8eba8d3179983562f25cf1946066eef09262569189f1143088b81b165ef
+ source = ruby-build-v20220630.tar.gz::https://github.com/rbenv/ruby-build/archive/v20220630.tar.gz
+ sha512sums = 6590489d398bcdbd03ae119bc0cb9a0c085a5d966d4c0621cf3cd78676fbfed24865a70faaef69bf15099dad75f152f246cb8b7e91b1a6767c8e150ce0e8c4f7
pkgname = ruby-build
diff --git a/PKGBUILD b/PKGBUILD
index 12f8c6b8ae36..a79fb4d74717 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=20220610
+pkgver=20220630
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=('cbb14bfc54daf41406ffe180c5f6c0b5dcaea2e26efae38e175e6e79243351d4205ac8eba8d3179983562f25cf1946066eef09262569189f1143088b81b165ef')
+sha512sums=('6590489d398bcdbd03ae119bc0cb9a0c085a5d966d4c0621cf3cd78676fbfed24865a70faaef69bf15099dad75f152f246cb8b7e91b1a6767c8e150ce0e8c4f7')
build() {
cd $srcdir