diff options
author | taca <taca@pkgsrc.org> | 2022-09-01 14:55:18 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-09-01 14:55:18 +0000 |
commit | 9bef22101d752c4967414eb11af95018c9bdbed8 (patch) | |
tree | 75d9e8d51a2bd8be8552dca5475bc714a004d4ab /www | |
parent | be4ec3fe6db9fdcc4bfbe4b2961e8227fcac14a5 (diff) | |
download | pkgsrc-9bef22101d752c4967414eb11af95018c9bdbed8.tar.gz |
www/ruby-jekyll-seo-tag: update to 2.8.0
2.8.0 (2022-02-04)
Minor Enhancements
* Allow to set type for author (#427)
* Allow setting author.url (#453)
* Implement Facebook domain verification (#455)
* Add og:image:alt and twitter:image:alt (#438)
* Sort JSON-LD data by key (#458)
Bug Fixes
* Set the default og:type to 'website' (#391)
* Template: Remove double new line (#454)
Development Fixes
* Fix typo in source code comment (#449)
* Set up Continuous Integration via GH Actions (#450)
* Bump RuboCop to v1.18.x (#452)
* Add workflow to release gem via GH Actions
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-jekyll-seo-tag/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-jekyll-seo-tag/PLIST | 8 | ||||
-rw-r--r-- | www/ruby-jekyll-seo-tag/distinfo | 8 |
3 files changed, 11 insertions, 9 deletions
diff --git a/www/ruby-jekyll-seo-tag/Makefile b/www/ruby-jekyll-seo-tag/Makefile index 127fe4d8c29..e329ed15eba 100644 --- a/www/ruby-jekyll-seo-tag/Makefile +++ b/www/ruby-jekyll-seo-tag/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2021/01/18 14:57:42 taca Exp $ +# $NetBSD: Makefile,v 1.10 2022/09/01 14:55:18 taca Exp $ -DISTNAME= jekyll-seo-tag-2.7.1 +DISTNAME= jekyll-seo-tag-2.8.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-jekyll-seo-tag/PLIST b/www/ruby-jekyll-seo-tag/PLIST index f38f8337e11..83db443cc61 100644 --- a/www/ruby-jekyll-seo-tag/PLIST +++ b/www/ruby-jekyll-seo-tag/PLIST @@ -1,12 +1,14 @@ -@comment $NetBSD: PLIST,v 1.3 2021/01/18 14:57:42 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/09/01 14:55:18 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_LIBDIR}/.github/workflows/actions/memprof.rb +${GEM_LIBDIR}/.github/workflows/ci.yml +${GEM_LIBDIR}/.github/workflows/release.yml +${GEM_LIBDIR}/.github/workflows/scripts/memprof +${GEM_LIBDIR}/.github/workflows/scripts/memprof.rb ${GEM_LIBDIR}/.github/workflows/third-party.yml ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rspec ${GEM_LIBDIR}/.rubocop.yml ${GEM_LIBDIR}/.rubocop_todo.yml -${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/History.markdown ${GEM_LIBDIR}/LICENSE.txt diff --git a/www/ruby-jekyll-seo-tag/distinfo b/www/ruby-jekyll-seo-tag/distinfo index 8380fafcd45..0ba37e702e5 100644 --- a/www/ruby-jekyll-seo-tag/distinfo +++ b/www/ruby-jekyll-seo-tag/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 11:31:00 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/09/01 14:55:18 taca Exp $ -BLAKE2s (jekyll-seo-tag-2.7.1.gem) = 700f832b7f0f79e408fd1bf7e9f03e975db4f9b07ee41859c453eca782ae4b68 -SHA512 (jekyll-seo-tag-2.7.1.gem) = a8d1128984b25992872a15970ed7bae7b7f5ea5c54a8cc4d099184ac178acb3e828408b90fac4c0affa0dc2ab576e0757ca5590b992166121cf169c82ee3a14a -Size (jekyll-seo-tag-2.7.1.gem) = 20480 bytes +BLAKE2s (jekyll-seo-tag-2.8.0.gem) = 4e43db575e7738ee1aa16b403a8e7417bb5bd4eb988e08165ea4ed62f7a0ae1b +SHA512 (jekyll-seo-tag-2.8.0.gem) = cf8de6ce7eff52ac6d282ebc0618c4ce817f35ba9d7a0d18829ce9ec9c5ff105b99656ee9931e876207019b850a43b80f703a98ad65ebbd57f5bc5234ee548d4 +Size (jekyll-seo-tag-2.8.0.gem) = 22016 bytes |