diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-24 23:31:53 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-24 23:36:42 +0200 |
commit | d463d99d3e4f8b850495ac5e429a98924098ee1d (patch) | |
tree | 88d561bc0a050bec8c7072374fb8e8a2a54c0f11 /community/ruby-nokogiri | |
parent | 58a0da638390e524a7dda84a09cb0211e257a33d (diff) | |
download | aports-d463d99d3e4f8b850495ac5e429a98924098ee1d.tar.bz2 aports-d463d99d3e4f8b850495ac5e429a98924098ee1d.tar.xz |
community/ruby-nokogiri: upgrade to 1.7.2
Diffstat (limited to 'community/ruby-nokogiri')
-rw-r--r-- | community/ruby-nokogiri/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ruby-nokogiri/APKBUILD b/community/ruby-nokogiri/APKBUILD index 54ff1bb8a2..e90fb321fa 100644 --- a/community/ruby-nokogiri/APKBUILD +++ b/community/ruby-nokogiri/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ruby-nokogiri _gemname=${pkgname#ruby-} -pkgver=1.7.1 +pkgver=1.7.2 pkgrel=0 pkgdesc="An HTML, XML, SAX, and Reader parser" url="http://nokogiri.org/" @@ -78,4 +78,4 @@ package() { build_all test_all Rakefile .[a-z]* *.md *.rdoc *.txt *.yml || true } -sha512sums="86ae6d09d6daf0be2d6b46c4a5c8ebe6e9c00e7a4dfe86a2d1c7972726696a87d89e95fa390697a9cb3bae5f7d419c9a4f6d70b1a02c47ab0119bb14bc67efb3 nokogiri-1.7.1.gem" +sha512sums="e688940340ff87001de79aecc2d971f0d23206f2eb05439eef3809ff6aec6c678c9b3eec28b1cdbe34e9e90bd9e19e9bee3f9c8afabb2c1d079d15b6fda74ddb nokogiri-1.7.2.gem" |