summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Schubert2017-07-23 09:49:07 +0200
committerDennis Schubert2017-07-23 09:50:31 +0200
commit034c7bc983349277254843a79832b78eb5356b5e (patch)
treea48efbf8c0e43c855a68b2bc3a36d3941ce9c00b
parent505e8624710d3f4f07c7e9acd5f5a50e4837c99a (diff)
downloadaur-034c7bc983349277254843a79832b78eb5356b5e.tar.gz
Version 0.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8525f4d3dc1c..597599ec6678 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Jan 2 06:43:04 UTC 2016
pkgbase = ruby-install
pkgdesc = Installs Ruby, JRuby, Rubinius, MagLev or MRuby.
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/postmodern/ruby-install
arch = any
@@ -10,8 +8,8 @@ pkgbase = ruby-install
makedepends = gnupg
depends = bash
optdepends = zsh
- source = https://github.com/postmodern/ruby-install/archive/v0.6.0.tar.gz
- sha256sums = 3cc90846ca972d88b601789af2ad9ed0a496447a13cb986a3d74a4de062af37d
+ source = https://github.com/postmodern/ruby-install/archive/v0.6.1.tar.gz
+ sha256sums = b3adf199f8cd8f8d4a6176ab605db9ddd8521df8dbb2212f58f7b8273ed85e73')
pkgname = ruby-install
diff --git a/PKGBUILD b/PKGBUILD
index ce2b3285d612..810f9af78957 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dennis Schubert <mail@dennis-schubert.de>
pkgname=ruby-install
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="Installs Ruby, JRuby, Rubinius, MagLev or MRuby."
arch=(any)
@@ -12,7 +12,7 @@ depends=('bash')
optdepends=('zsh')
makedepends=('gnupg')
source=("https://github.com/postmodern/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('3cc90846ca972d88b601789af2ad9ed0a496447a13cb986a3d74a4de062af37d')
+sha256sums=('b3adf199f8cd8f8d4a6176ab605db9ddd8521df8dbb2212f58f7b8273ed85e73')
prepare() {
if gpg --fingerprint 0xB9515E77 >/dev/null 2>&1; then