diff options
-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 e90fb321fa..bd6cfd7830 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.2 +pkgver=1.8.0 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="e688940340ff87001de79aecc2d971f0d23206f2eb05439eef3809ff6aec6c678c9b3eec28b1cdbe34e9e90bd9e19e9bee3f9c8afabb2c1d079d15b6fda74ddb nokogiri-1.7.2.gem" +sha512sums="958b402325e8428d7a6299356dd31cfa191fd6e8ced78e4333395d6a18718c838b810c2dc9c0864553e5e247ed92d6629b985f4076241ad45affd04cae11a75f nokogiri-1.8.0.gem" |