summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Schubert2022-09-04 04:35:43 +0200
committerDennis Schubert2022-09-04 04:35:43 +0200
commitbd5b5d114b36fec25885e8fe1bdce246fd3e7f4e (patch)
tree31f5152ff5ba1da2a742e6d9743e760ac3db19a4
parent5ba38850ea460bb77df30b7c647ef9a24001375b (diff)
downloadaur-bd5b5d114b36fec25885e8fe1bdce246fd3e7f4e.tar.gz
ruby-install 0.8.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da80a4d7ebe7..7faac475bacf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-install
pkgdesc = Installs Ruby, JRuby, Rubinius, MRuby or TruffleRuby.
- pkgver = 0.8.3
+ pkgver = 0.8.5
pkgrel = 1
url = https://github.com/postmodern/ruby-install
arch = any
@@ -8,7 +8,7 @@ pkgbase = ruby-install
makedepends = gnupg
depends = bash
optdepends = zsh
- source = https://github.com/postmodern/ruby-install/archive/v0.8.3.tar.gz
- sha256sums = e2f69949757d032d48ee5c028be020bdc8863c41d5648b53328903d2e16ab3b2
+ source = https://github.com/postmodern/ruby-install/archive/v0.8.5.tar.gz
+ sha256sums = 793fcf44dce375c6c191003c3bfd22ebc85fa296d751808ab315872f5ee0179b
pkgname = ruby-install
diff --git a/PKGBUILD b/PKGBUILD
index 44b9d05f9f28..b4f066b6ce50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dennis Schubert <mail@dennis-schubert.de>
pkgname=ruby-install
-pkgver=0.8.3
+pkgver=0.8.5
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=('e2f69949757d032d48ee5c028be020bdc8863c41d5648b53328903d2e16ab3b2')
+sha256sums=('793fcf44dce375c6c191003c3bfd22ebc85fa296d751808ab315872f5ee0179b')
prepare() {
if gpg --fingerprint 0xB9515E77 >/dev/null 2>&1; then