summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2020-03-09 11:43:38 +0100
committerMassimiliano Torromeo2020-03-09 11:43:38 +0100
commit3781ed972352fb3a4ebd2da39fdcd21ee2667af2 (patch)
treee1486fb20a6558537bf1ebf905dbfe3591622068
parentfc9729a271e27d8bb84517ea7ea77c475339c7f0 (diff)
downloadaur-3781ed972352fb3a4ebd2da39fdcd21ee2667af2.tar.gz
Updated to 1.8.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfa8b8155a75..d476bf061a70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ios-webkit-debug-proxy
pkgdesc = DevTools proxy (WebKit Remote Debugging) for iOS devices (Safari Remote Web Inspector)
- pkgver = 1.8.5
+ pkgver = 1.8.6
pkgrel = 1
url = https://github.com/google/ios-webkit-debug-proxy
arch = i686
arch = x86_64
license = BSD
depends = libimobiledevice
- source = https://github.com/google/ios-webkit-debug-proxy/archive/v1.8.5/ios-webkit-debug-proxy-1.8.5.tar.gz
- sha256sums = 5d3f71609b908910249a1bcdcb20c5e94f0cbea6418dc9f1d36ec2f41bed80a7
+ source = https://github.com/google/ios-webkit-debug-proxy/archive/v1.8.6/ios-webkit-debug-proxy-1.8.6.tar.gz
+ sha256sums = 9f0a69fec1216ac947991bb1e506cc97f130ae14cef1fc5bbce08daaea566b63
pkgname = ios-webkit-debug-proxy
diff --git a/PKGBUILD b/PKGBUILD
index 729739e3aa4b..ece1c2387b88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=ios-webkit-debug-proxy
-pkgver=1.8.5
+pkgver=1.8.6
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=('5d3f71609b908910249a1bcdcb20c5e94f0cbea6418dc9f1d36ec2f41bed80a7')
+sha256sums=('9f0a69fec1216ac947991bb1e506cc97f130ae14cef1fc5bbce08daaea566b63')
build() {
cd ios-webkit-debug-proxy-$pkgver