Package Details: ruby-install 0.10.1-1

Git Clone URL: https://aur.archlinux.org/ruby-install.git (read-only, click to copy)
Package Base: ruby-install
Description: Installs Ruby, JRuby, Rubinius, MRuby or TruffleRuby.
Upstream URL: https://github.com/postmodern/ruby-install
Licenses: MIT
Submitter: sarahhodne
Maintainer: tejasbubane
Last Packager: tejasbubane
Votes: 15
Popularity: 0.000000
First Submitted: 2015-09-16 13:39 (UTC)
Last Updated: 2025-02-07 16:46 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

denschub commented on 2023-03-18 12:56 (UTC)

Shame that they don't publish GitHub releases.. just pushing tags doesn't send notifications. :( Anyway, updated!

anquegi commented on 2023-03-18 07:54 (UTC) (edited on 2023-03-18 07:56 (UTC) by anquegi)

I'm not sure aboru how to contribute, but please could you update to version 0.9.0

 diff --git a/PKGBUILD b/PKGBUILD index b4f066b..edbc9c5 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 

denschub commented on 2020-12-22 16:31 (UTC)

Thanks for letting me know! Updated. :)

tejasbubane commented on 2020-12-22 16:22 (UTC)

There are newer versions 0.8.0 and 0.8.1 released. Can we get an update for this package please? I am happy to help if required.