summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatěj Grabovský2015-08-18 16:55:53 +0200
committerMatěj Grabovský2015-08-18 16:55:53 +0200
commitc5a0db609375b12e6f4b32f6088536d9b77d42c6 (patch)
tree0922adacedd77f0016da3d744cfe8ce97102b111 /PKGBUILD
parentefcb5bf65d70f7e71f4a9d7a276388ab2c475be8 (diff)
downloadaur-c5a0db609375b12e6f4b32f6088536d9b77d42c6.tar.gz
Update to v2.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07efc84c122c..b4f75e1f2388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=sprockets-rails
pkgname=ruby-$_gemname
-pkgver=2.2.4
+pkgver=2.3.2
pkgrel=1
pkgdesc='Sprockets Rails integration'
arch=(any)
@@ -15,7 +15,7 @@ depends=(ruby ruby-sprockets ruby-actionpack ruby-activesupport)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('d3e1f38574808e8bb1125e49c19d43a97fb92ab6')
+sha1sums=('726a577ec3d1afcd20964f8324ac0b737a68856c')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"