summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Schubert2021-07-13 11:20:24 +0200
committerDennis Schubert2021-07-13 11:20:24 +0200
commit7c5f7f1cc2f574ea562efb25d030557fe5f33870 (patch)
tree95b92a9b381c6f243c81d4a4c55d3db2dd569fee
parentc9118bd7d2a0d7e6baad5529a5dc01cb981bdb64 (diff)
downloadaur-7c5f7f1cc2f574ea562efb25d030557fe5f33870.tar.gz
ruby-install 0.8.2-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae2793aa0a70..9c4300917a24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-install
pkgdesc = Installs Ruby, JRuby, Rubinius, MRuby or TruffleRuby.
- pkgver = 0.8.1
+ pkgver = 0.8.2
pkgrel = 1
url = https://github.com/postmodern/ruby-install
arch = any
@@ -8,8 +8,7 @@ pkgbase = ruby-install
makedepends = gnupg
depends = bash
optdepends = zsh
- source = https://github.com/postmodern/ruby-install/archive/v0.8.1.tar.gz
- sha256sums = d96fce7a4df70ca7a367400fbe035ff5b518408fc55924966743abf66ead7771
+ source = https://github.com/postmodern/ruby-install/archive/v0.8.2.tar.gz
+ sha256sums = 72a998b76f787c32a1575f10494594ec2d963f5ad5748004292841b33f8013e7
pkgname = ruby-install
-
diff --git a/PKGBUILD b/PKGBUILD
index b2905b531912..b44c8c5f10d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dennis Schubert <mail@dennis-schubert.de>
pkgname=ruby-install
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
pkgdesc="Installs Ruby, JRuby, Rubinius, MRuby or TruffleRuby."
arch=(any)
@@ -12,7 +12,7 @@ depends=('bash')
optdepends=('zsh')
makedepends=('gnupg')
source=("https://github.com/postmodern/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('d96fce7a4df70ca7a367400fbe035ff5b518408fc55924966743abf66ead7771')
+sha256sums=('72a998b76f787c32a1575f10494594ec2d963f5ad5748004292841b33f8013e7')
prepare() {
if gpg --fingerprint 0xB9515E77 >/dev/null 2>&1; then