summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Schubert2024-02-22 22:17:45 +0100
committerDennis Schubert2024-02-22 22:17:45 +0100
commit393b90d77a5d403766164ebb6255b6755cd49557 (patch)
treef127b97120ed7cec540fe778ebc5fdc497c07da9
parent7a8651b43defc6df3faefd64fd0f21b4d811ba17 (diff)
downloadaur-ruby-install.tar.gz
v0.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0dd191f8b81..7de0c0d169ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-install
pkgdesc = Installs Ruby, JRuby, Rubinius, MRuby or TruffleRuby.
- pkgver = 0.9.2
+ pkgver = 0.9.3
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.9.2.tar.gz
- sha256sums = 65e59aa785ebd169c576f6e8fc0450b02b3b3a7251d3eaf0082833c909f616d4
+ source = https://github.com/postmodern/ruby-install/archive/v0.9.3.tar.gz
+ sha256sums = 3e920c9c770ce040cdf71cc64b809e861b613c570c6113ee61ab1d2885a16ab3
pkgname = ruby-install
diff --git a/PKGBUILD b/PKGBUILD
index fdfa3be7d243..9ed225c69759 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dennis Schubert <mail@dennis-schubert.de>
pkgname=ruby-install
-pkgver=0.9.2
+pkgver=0.9.3
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=('65e59aa785ebd169c576f6e8fc0450b02b3b3a7251d3eaf0082833c909f616d4')
+sha256sums=('3e920c9c770ce040cdf71cc64b809e861b613c570c6113ee61ab1d2885a16ab3')
prepare() {
if gpg --fingerprint 0xB9515E77 >/dev/null 2>&1; then