summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 274274d31b26..64ca3cd9dd3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=railties
pkgname=ruby-$_gemname
-pkgver=4.2.1
+pkgver=4.2.3
pkgrel=1
pkgdesc='Tools for creating, working with, and running Rails applications.'
arch=(any)
@@ -15,7 +15,7 @@ depends=(ruby ruby-activesupport ruby-actionpack ruby-thor)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('c2646b293b0ce541012a449d5eeeb4a0c7941f66')
+sha1sums=('0fa6b51c3e9f70f0ce9fb1d1977169537d19ae86')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"