1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 21:40:31 +01:00

Update to 0.12.1.

This commit is contained in:
2019-09-15 11:07:42 +02:00
parent 2cb48a92fa
commit 084f0b19b9
2 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# Contributor: Joel Goguen <contact+aur@jgoguen.ca>
pkgname=ruby-jekyll-feed
pkgver=0.11.0
pkgver=0.12.1
pkgrel=1
pkgdesc="A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts"
arch=('any')
@@ -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=('97c52f737f6ff7c442277c1f2e525c6b1c76b699654bd711f4b6b53a17c6b486')
sha256sums=('e3514d6fb1529a685f36d3260dcfa2f51f1fd53592229b604b0c8fdce48ec005')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"