From a1e5cf4fb3c8435087515224ef980054ceed553f Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sun, 18 Oct 2020 16:51:12 +0200 Subject: [PATCH] Update to 2.7.1. --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 80e6a7a..fc75489 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,15 @@ pkgbase = ruby-jekyll-seo-tag pkgdesc = A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content - pkgver = 2.6.1 + pkgver = 2.7.1 pkgrel = 1 url = https://rubygems.org/gems/jekyll-seo-tag arch = any license = MIT depends = ruby depends = jekyll - noextract = jekyll-seo-tag-2.6.1.gem - source = https://rubygems.org/downloads/jekyll-seo-tag-2.6.1.gem - sha256sums = d5986ff4599f2f2dc8e3e5ab231e245a36aa5820f70f12faa220444bb2a02edd + noextract = jekyll-seo-tag-2.7.1.gem + source = https://rubygems.org/downloads/jekyll-seo-tag-2.7.1.gem + sha256sums = 838bcc05d9f0b342f50a1cea19b8fc99f9728910da99203cd75cccea6139513b pkgname = ruby-jekyll-seo-tag diff --git a/PKGBUILD b/PKGBUILD index b19caec..9b2fa66 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Ankit R Gadiya pkgname=ruby-jekyll-seo-tag -pkgver=2.6.1 +pkgver=2.7.1 pkgrel=1 pkgdesc="A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content" arch=('any') @@ -10,7 +10,7 @@ url="https://rubygems.org/gems/jekyll-seo-tag" noextract=("jekyll-seo-tag-${pkgver}.gem") license=('MIT') source=("https://rubygems.org/downloads/jekyll-seo-tag-${pkgver}.gem") -sha256sums=('d5986ff4599f2f2dc8e3e5ab231e245a36aa5820f70f12faa220444bb2a02edd') +sha256sums=('838bcc05d9f0b342f50a1cea19b8fc99f9728910da99203cd75cccea6139513b') package() { local _gemdir="$(ruby -e'puts Gem.default_dir')"