summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3176b1389ae..2d001894e732 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Rhys Davies <rhys@johnguant.com>
+# Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
_gemname=net-http-persistent
pkgname=ruby-$_gemname
-pkgver=2.9.4
+pkgver=3.0.0
pkgrel=1
pkgdesc='Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8'
arch=(any)
@@ -13,7 +13,7 @@ depends=(ruby)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('c5476a2800cf9d99e422b6f465e54ea84fabe6b6')
+sha1sums=('239d6a0be13c68b171301b146d0c8e0390e28903')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"