summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnkit R Gadiya2018-06-07 12:53:20 +0530
committerAnkit R Gadiya2018-06-07 12:53:20 +0530
commit8809c773fe72d67c7277e0ce3e3e1d46253a40bd (patch)
tree536a39e051ad1080b4713b76d448a81594d9a65d /PKGBUILD
parentdccad3cede00e4f09d7720e301f2619711ca8757 (diff)
downloadaur-8809c773fe72d67c7277e0ce3e3e1d46253a40bd.tar.gz
Version bump 0.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2543be4d7e81..d6604a1dd00b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Joel Goguen <contact+aur@jgoguen.ca>
pkgname=ruby-jekyll-feed
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
pkgdesc="A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts"
arch=('any')
depends=('ruby' 'jekyll')
@@ -11,7 +11,7 @@ url="https://rubygems.org/gems/jekyll-feed"
noextract=("jekyll-feed-${pkgver}.gem")
license=('MIT')
source=("https://rubygems.org/downloads/jekyll-feed-${pkgver}.gem")
-sha256sums=('a9d605e884d5375900b5d89ebb37d566d3de97091079656c8f727c82959f234f')
+sha256sums=('1259bae86544a857fda4724e9cc5805473600d80854b3c846156ea66da12bc50')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"