summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85356790cfed..929cea4ff100 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=perl6-cro-http
-pkgver=0.7.5
+pkgver=0.7.6.1
pkgrel=1
pkgdesc="HTTP (including HTTPS and HTTP/2) support for the Cro library for building distributed systems in Perl 6"
arch=('any')
@@ -23,7 +23,7 @@ groups=('croservices' 'perl6')
url="https://github.com/croservices/cro-http"
license=('PerlArtistic')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/croservices/${pkgname##perl6-}/tar.gz/release-$pkgver)
-sha256sums=('53b71d9de2233f7e38b191e26da1be516a7db0499f4135897c8c9bd09e12a85e')
+sha256sums=('773c75b266786b49ac8927ecb3f2f2878dd617d1ed69b59c5610a9cfc703b5a1')
check() {
cd "$srcdir/${pkgname##perl6-}-release-$pkgver"