summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2018-09-17 23:04:35 +0200
committerMatěj Grabovský2018-09-17 23:04:35 +0200
commit4387a76258d9d756555150f1d3187115bc221909 (patch)
treece4dfbd3276438457aac3d41bcb25f3462268f15
parentb5107096f43eeae6da52dd9b09c5d7cc4228f7ae (diff)
downloadaur-4387a76258d9d756555150f1d3187115bc221909.tar.gz
Update to 5.2.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cbee3a36f99..cc8192362b6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=railties
pkgname=ruby-$_gemname
-pkgver=5.1.5
+pkgver=5.2.1
pkgrel=1
pkgdesc='Tools for creating, working with, and running Rails applications.'
arch=(any)
@@ -14,7 +14,7 @@ license=(MIT)
depends=(ruby ruby-activesupport ruby-actionpack ruby-thor)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-sha1sums=('3d1fa57558f70c2e4c0b3cd2c65f536b7d28e501')
+sha1sums=('a5c8e2102f8f759aa01a16eb44a14cb4ded7876c')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"