summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Grabovský2019-10-04 23:46:42 +0200
committerMatěj Grabovský2019-10-04 23:46:42 +0200
commite0b363094d58d30e081678672ddb221cc4065871 (patch)
treeb1b3d5560d6fd073c3e92189284e3d451626e515
parent7274ed2fb98d3535ee37a8f374b8c31133ef3a47 (diff)
downloadaur-e0b363094d58d30e081678672ddb221cc4065871.tar.gz
Update to 6.0.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2385fab5b6e8..93714021019b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Oct 4 21:46:22 UTC 2019
+# Fri Oct 4 21:46:42 UTC 2019
pkgbase = ruby-railties
pkgdesc = Tools for creating, working with, and running Rails applications.
pkgver = 6.0.0
@@ -13,7 +13,7 @@ pkgbase = ruby-railties
depends = ruby-thor
options = !emptydirs
source = https://rubygems.org/downloads/railties-6.0.0.gem
- sha1sums = 65a58cf19eb8999720c8699107ffe0911b83ecd6
+ sha256sums = 6809bcd17a17259e707fe2f5437b043566ea0e5131010b9fd195112141f062f0
pkgname = ruby-railties
diff --git a/PKGBUILD b/PKGBUILD
index 8d09cf964027..2afcf9ebd3e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('65a58cf19eb8999720c8699107ffe0911b83ecd6')
+sha256sums=('6809bcd17a17259e707fe2f5437b043566ea0e5131010b9fd195112141f062f0')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"