Skip to content

Commit ddf352a

Browse files
authored
ios-webkit-debug-proxy: Fix checkver, update license (#16870)
1 parent 9aede7a commit ddf352a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

bucket/ios-webkit-debug-proxy.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@
22
"version": "1.9.1",
33
"description": "A DevTools proxy (Chrome Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector).",
44
"homepage": "https://github.com/google/ios-webkit-debug-proxy",
5-
"license": "BSD-3-Clause",
5+
"license": "Apache-2.0, GPL-2.0-or-later, LGPL-2.1-or-later, OpenSSL",
66
"architecture": {
77
"64bit": {
88
"url": "https://github.com/google/ios-webkit-debug-proxy/releases/download/v1.9.1/ios-webkit-debug-proxy-1.9.1-win64-bin.zip",
99
"hash": "f1c7a62ae956ea9ad6fb3ae4cf13f3df882b0d52a7fcc34a0e4e728e0e364fed"
1010
}
1111
},
1212
"bin": "ios_webkit_debug_proxy.exe",
13-
"checkver": "github",
13+
"checkver": {
14+
"url": "https://api.github.com/repositories/8165161/releases",
15+
"jsonpath": "$[?(@.prerelease == false && @.assets[?(@.browser_download_url =~ /win64/i)])].tag_name",
16+
"regex": "(?<=\")(?<tag>v?([\\d.]+))(?=\")"
17+
},
1418
"autoupdate": {
1519
"architecture": {
1620
"64bit": {
17-
"url": "https://github.com/google/ios-webkit-debug-proxy/releases/download/v$version/ios-webkit-debug-proxy-$version-win64-bin.zip"
21+
"url": "https://github.com/google/ios-webkit-debug-proxy/releases/download/$matchTag/ios-webkit-debug-proxy-$version-win64-bin.zip"
1822
}
1923
}
2024
}

0 commit comments

Comments
 (0)