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 6b8edea53725..2d31d21c74f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=ios-webkit-debug-proxy
-pkgver=1.8.1
+pkgver=1.8.2
pkgrel=1
pkgdesc="DevTools proxy (WebKit Remote Debugging) for iOS devices (Safari Remote Web Inspector)"
url="https://github.com/google/ios-webkit-debug-proxy"
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
license=('BSD')
depends=('libimobiledevice')
source=("https://github.com/google/ios-webkit-debug-proxy/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('7dba24b10ae804547a6b2c51f24e0979831592161b672d93b6fdb3e288e37332')
+sha256sums=('1d80a858343539fbb18bf7031df4a032c63792db3e0ec0fa37e1f6cc254e1f6d')
build() {
cd ios-webkit-debug-proxy-$pkgver