summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2016-07-28 16:48:36 +0200
committerMassimiliano Torromeo2016-07-28 16:48:36 +0200
commit47ba209db23ba63360a246ffb763d644a7f4ae60 (patch)
tree15bf1a135c3125280ab69f3aed33c06c306e2ae3
parent7c0f8a6d5a38df2a545cd0b81770b505d96eb2b1 (diff)
downloadaur-47ba209db23ba63360a246ffb763d644a7f4ae60.tar.gz
Updated to 1.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c05ef1f2ea03..be50bf8116ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Thu Jul 28 14:48:35 UTC 2016
pkgbase = ios-webkit-debug-proxy
pkgdesc = DevTools proxy (WebKit Remote Debugging) for iOS devices (Safari Remote Web Inspector)
- pkgver = 1.5
+ pkgver = 1.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/1.5/ios-webkit-debug-proxy-1.5.tar.gz
- sha256sums = bf60eaed2395d74775e875e6c069ce398e37adbef8d56cb6a58faaec821343db
+ source = https://github.com/google/ios-webkit-debug-proxy/archive/1.6/ios-webkit-debug-proxy-1.6.tar.gz
+ sha256sums = 92f45cfb26acf51e86c37f00a00292f7ac78cc4abe8cf094c3eb176d7e7c603d
pkgname = ios-webkit-debug-proxy
diff --git a/PKGBUILD b/PKGBUILD
index a347f0120d4e..6651fb5c9366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=ios-webkit-debug-proxy
-pkgver=1.5
+pkgver=1.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/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('bf60eaed2395d74775e875e6c069ce398e37adbef8d56cb6a58faaec821343db')
+sha256sums=('92f45cfb26acf51e86c37f00a00292f7ac78cc4abe8cf094c3eb176d7e7c603d')
build() {
cd ios-webkit-debug-proxy-$pkgver