summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2019-06-23 12:18:14 +0200
committerMatěj Grabovský2019-06-23 12:18:14 +0200
commite5c10a2a9e93b48c0268bc4f5880d3277568518d (patch)
treee45e60847a04d6fabf5cb932136334ba9ababc7b
parentf31c5a4ba603e115f386182bd9505a9379d085e3 (diff)
downloadaur-e5c10a2a9e93b48c0268bc4f5880d3277568518d.tar.gz
Update to 5.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f874a2128bf..f9717065c773 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 6 10:53:17 UTC 2019
+# Sun Jun 23 10:18:14 UTC 2019
pkgbase = ruby-railties
pkgdesc = Tools for creating, working with, and running Rails applications.
- pkgver = 5.2.2
+ pkgver = 5.2.3
pkgrel = 1
url = http://www.rubyonrails.org
arch = any
@@ -12,8 +12,8 @@ pkgbase = ruby-railties
depends = ruby-actionpack
depends = ruby-thor
options = !emptydirs
- source = https://rubygems.org/downloads/railties-5.2.2.gem
- sha1sums = c14475048029c3896763b8b49a73be303b3610f8
+ source = https://rubygems.org/downloads/railties-5.2.3.gem
+ sha1sums = 2a0c7f8779c291adbeebdd8fa28a46c39237d333
pkgname = ruby-railties
diff --git a/PKGBUILD b/PKGBUILD
index 813daf77be84..3e117bedc412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=railties
pkgname=ruby-$_gemname
-pkgver=5.2.2
+pkgver=5.2.3
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=('c14475048029c3896763b8b49a73be303b3610f8')
+sha1sums=('2a0c7f8779c291adbeebdd8fa28a46c39237d333')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"