summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatěj Grabovský2019-06-23 12:20:17 +0200
committerMatěj Grabovský2019-06-23 12:20:17 +0200
commit16ade4181f341c7b0158c0c65be4362f6a013995 (patch)
tree4c9dbb2866b9b0291c4858162cad209184e63990 /PKGBUILD
parentfa683d479a82b2ade3b925a97f055cfcb3230f9d (diff)
downloadaur-16ade4181f341c7b0158c0c65be4362f6a013995.tar.gz
Update to 5.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1246ba98e819..d53ef5812c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gemname=actionview
pkgname=ruby-$_gemname
-pkgver=5.2.2
+pkgver=5.2.3
pkgrel=1
pkgdesc='Rendering framework putting the V in MVC (part of Rails).'
arch=(any)
@@ -14,7 +14,7 @@ depends=(ruby ruby-activesupport ruby-builder ruby-erubis ruby-rails-html-saniti
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha256sums=('1fe90c7eec75f8833b5459099069a40514b72e09d94ab436ece087b87223e0d3')
+sha256sums=('d04c4367fd41a2d8767be08e9caadc617e6f825025079854562100145b82f055')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"