summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2017-06-19 11:02:02 +0200
committerStefan Auditor2017-06-19 11:02:02 +0200
commit42f91343bbf80e94958fbc2fb15c3673cb534639 (patch)
treea0d62b97340e6cd40190a18d58c3729f4765afd9 /PKGBUILD
parenteed4aada6503374801ca83e1749a2f5a4c7716af (diff)
downloadaur-42f91343bbf80e94958fbc2fb15c3673cb534639.tar.gz
Update to upstream version 1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c4fae5770cc..d76477cd5d3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=php-ssh
pkgname=${_pkgname}-unstable
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="An SSH2 extension for PHP"
url="http://pecl.php.net/package/ssh2"
@@ -15,7 +15,7 @@ makedepends=('php>=7.0.0' 'git')
provides=('php-ssh')
conflicts=('php-ssh')
install=${_pkgname}.install
-source=("${pkgname}::git+https://git.php.net/repository/pecl/networking/ssh2.git")
+source=("${pkgname}::git+https://git.php.net/repository/pecl/networking/ssh2.git#commit=455339f1c83819e2d4c3fae877a095f01b8e9b9a")
sha512sums=('SKIP')
build() {