summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Schubert2023-03-18 13:54:20 +0100
committerDennis Schubert2023-03-18 13:54:20 +0100
commitc8e998f0b21277651aaafd2669d975ed448163ea (patch)
tree918fb5e81250d0256c079746195fb41db7b46807
parentbd5b5d114b36fec25885e8fe1bdce246fd3e7f4e (diff)
downloadaur-c8e998f0b21277651aaafd2669d975ed448163ea.tar.gz
ruby-install: v0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7faac475bacf..6918ec78e87b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-install
pkgdesc = Installs Ruby, JRuby, Rubinius, MRuby or TruffleRuby.
- pkgver = 0.8.5
+ pkgver = 0.9.0
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.5.tar.gz
- sha256sums = 793fcf44dce375c6c191003c3bfd22ebc85fa296d751808ab315872f5ee0179b
+ source = https://github.com/postmodern/ruby-install/archive/v0.9.0.tar.gz
+ sha256sums = 72cc31a47b9c5cf113aee878b4120830469160119087a18037755d195ce431af
pkgname = ruby-install
diff --git a/PKGBUILD b/PKGBUILD
index b4f066b6ce50..edbc9c59423f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dennis Schubert <mail@dennis-schubert.de>
pkgname=ruby-install
-pkgver=0.8.5
+pkgver=0.9.0
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=('793fcf44dce375c6c191003c3bfd22ebc85fa296d751808ab315872f5ee0179b')
+sha256sums=('72cc31a47b9c5cf113aee878b4120830469160119087a18037755d195ce431af')
prepare() {
if gpg --fingerprint 0xB9515E77 >/dev/null 2>&1; then