summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDDoSolitary2020-05-19 10:21:15 +0800
committerDDoSolitary2020-05-19 10:21:15 +0800
commite1433c5d9ee47340cf7e166511789acbf04313a5 (patch)
tree60afd2790c73963956e5da3003f993d729c854c2
parent347fcd389916361de397f9226d68515b72e657f5 (diff)
downloadaur-e1433c5d9ee47340cf7e166511789acbf04313a5.tar.gz
uppkg v1.4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86e6c6f2295c..b11520452e52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = ruby-typhoeus
pkgdesc = Parallel HTTP library on top of libcurl multi.
- pkgver = 1.3.1
- pkgrel = 2
+ pkgver = 1.4.0
+ pkgrel = 1
url = https://github.com/typhoeus/typhoeus
arch = any
license = MIT
makedepends = ruby-rdoc
depends = ruby
depends = ruby-ethon
- noextract = typhoeus-1.3.1.gem
+ noextract = typhoeus-1.4.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/typhoeus-1.3.1.gem
- sha512sums = f826cdb7e48577226b12fc2715123e13519148f67d036470e385f80f8f3112d1ad24bf580c2ed0d213242c9afc1bdf868084266d430858b2cf6de73e50a11422
+ source = https://rubygems.org/downloads/typhoeus-1.4.0.gem
+ sha512sums = f48a99fd554f4d06d37a0a804ee79dd8423d9bff765394537ab0edba615e132d25660a6eb455e8628f59bd56c7ea26f4a195827d5287a53e58e3aeb394477284
pkgname = ruby-typhoeus
diff --git a/PKGBUILD b/PKGBUILD
index 6cb0d55475e6..07db1a23f3c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_gemname=typhoeus
pkgname=ruby-$_gemname
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
pkgdesc='Parallel HTTP library on top of libcurl multi.'
arch=(any)
url='https://github.com/typhoeus/typhoeus'
@@ -21,4 +21,4 @@ package() {
rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-sha512sums=('f826cdb7e48577226b12fc2715123e13519148f67d036470e385f80f8f3112d1ad24bf580c2ed0d213242c9afc1bdf868084266d430858b2cf6de73e50a11422')
+sha512sums=('f48a99fd554f4d06d37a0a804ee79dd8423d9bff765394537ab0edba615e132d25660a6eb455e8628f59bd56c7ea26f4a195827d5287a53e58e3aeb394477284')