summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2019-07-04 09:38:17 +0200
committerMassimiliano Torromeo2019-07-04 09:38:17 +0200
commitfc9729a271e27d8bb84517ea7ea77c475339c7f0 (patch)
tree175ad6aebfa465b8b70cc886495cfeefef021ec7
parentb1e338bc370314a6dcef23fab31c98e80a7ed3b9 (diff)
downloadaur-fc9729a271e27d8bb84517ea7ea77c475339c7f0.tar.gz
Updated to 1.8.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dae02a87d95d..cfa8b8155a75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Tue Nov 27 14:17:01 UTC 2018
pkgbase = ios-webkit-debug-proxy
pkgdesc = DevTools proxy (WebKit Remote Debugging) for iOS devices (Safari Remote Web Inspector)
- pkgver = 1.8.3
+ pkgver = 1.8.5
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.3/ios-webkit-debug-proxy-1.8.3.tar.gz
- sha256sums = 21e012fd6d651777784a9d6809ad812c1ca84b4757d20f94dd2d4391c8e9d485
+ source = https://github.com/google/ios-webkit-debug-proxy/archive/v1.8.5/ios-webkit-debug-proxy-1.8.5.tar.gz
+ sha256sums = 5d3f71609b908910249a1bcdcb20c5e94f0cbea6418dc9f1d36ec2f41bed80a7
pkgname = ios-webkit-debug-proxy
diff --git a/PKGBUILD b/PKGBUILD
index 18a9d78218ee..729739e3aa4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=ios-webkit-debug-proxy
-pkgver=1.8.4
+pkgver=1.8.5
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=('4e919a4d3dae329e3b4db7bfb2bd1b22c938fa86d59acaa6e99ef4eb65793dae')
+sha256sums=('5d3f71609b908910249a1bcdcb20c5e94f0cbea6418dc9f1d36ec2f41bed80a7')
build() {
cd ios-webkit-debug-proxy-$pkgver