summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Tiá2018-03-03 12:15:16 -0600
committerJavier Tiá2018-03-03 12:15:16 -0600
commitbfccbea6c041d7ed8a7f284fde9d5197bfe431d7 (patch)
tree8776573330938da5fce1adf4c983284f15ef15aa /PKGBUILD
parentca5ec2f30d0c68b4ed66b34e7796f4ff43b71851 (diff)
downloadaur-ruby-swearjar.tar.gz
Bump up ruby-swearjar 1.1.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1ce5fff3345..63bc9eec49a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=swearjar
pkgname="ruby-${_gemname}"
-pkgver=1.0.0
+pkgver=1.1.1
pkgrel=1
pkgdesc='Put another nickel in the swearjar. Simple profanity detection with content analysis'
arch=('any')
@@ -12,7 +12,7 @@ depends=('ruby' 'ruby-fuzzyhash')
options=('!emptydirs')
source=("https://rubygems.org/downloads/${_gemname}-${pkgver}.gem")
noextract=("${_gemname}-${pkgver}.gem")
-sha256sums=('beb27c7532af0a9106e63877e4f89ab968f496183161e2b50c42843e28947d34')
+sha256sums=('f7f9f8a1e2fccd773eaa5048c754112335fa7521474975fe4ce20eecd56e317b')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"