From 6ac2ac6186e799cf60c6341bf8a8806e60dabfc1 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Sat, 23 Nov 2019 16:42:51 +0000 Subject: [PATCH] gnirehtet: Update to version 2.4 (#599) --- bucket/gnirehtet.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/gnirehtet.json b/bucket/gnirehtet.json index 31921dadd7..fb6b3b6dac 100644 --- a/bucket/gnirehtet.json +++ b/bucket/gnirehtet.json @@ -2,12 +2,12 @@ "homepage": "https://github.com/Genymobile/gnirehtet", "description": "Reverse tethering for Android (no root required)", "license": "Apache-2.0", - "version": "2.3", + "version": "2.4", "depends": "adb", "architecture": { "64bit": { - "url": "https://github.com/Genymobile/gnirehtet/releases/download/v2.3/gnirehtet-rust-win64-v2.3.zip", - "hash": "4c4d961f069a663d6b826f24a8795d1752f3e316f121d2bfc296a4cd32c8d4ca" + "url": "https://github.com/Genymobile/gnirehtet/releases/download/v2.4/gnirehtet-rust-win64-v2.4.zip", + "hash": "ea90ebcd1d497df32257e7b6d162775c0df17cd86ab02455fa6f1bbc34221ef2" } }, "extract_dir": "gnirehtet-rust-win64", @@ -16,11 +16,11 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/Genymobile/gnirehtet/releases/download/$version/gnirehtet-rust-win64-$version.zip", - "hash": { - "url": "$baseurl/SHA256SUMS.txt" - } + "url": "https://github.com/Genymobile/gnirehtet/releases/download/v$version/gnirehtet-rust-win64-v$version.zip" } + }, + "hash": { + "url": "$baseurl/SHA256SUMS.txt" } } }