From e215a5a2a620f635b7b084f953f404d521437bac Mon Sep 17 00:00:00 2001 From: oxjihun <91365109+oxjihun@users.noreply.github.com> Date: Mon, 10 Mar 2025 22:33:25 +0900 Subject: [PATCH] gpth: Add version 3.4.3 (#6614) --- bucket/gpth.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/gpth.json diff --git a/bucket/gpth.json b/bucket/gpth.json new file mode 100644 index 0000000000..fbdbeb2be7 --- /dev/null +++ b/bucket/gpth.json @@ -0,0 +1,21 @@ +{ + "version": "3.4.3", + "description": "Script that organizes the Google Takeout archive into one big chronological folder", + "homepage": "https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/releases/download/v3.4.3/gpth-windoza.exe#/gpth.exe", + "hash": "a36ef8b546e381a05f47b2762bc17819148dbf9984e03ac979db3b2c4963d18d" + } + }, + "bin": "gpth.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper/releases/download/v$version/gpth-windoza.exe#/gpth.exe" + } + } + } +}