From 48607ba5e62766c0cfc3ccada6030ed18d1b6fdb Mon Sep 17 00:00:00 2001 From: Yaser Hsueh Date: Tue, 3 Jan 2023 23:47:59 +0800 Subject: [PATCH] uTools: Add versioon 3.3.0 --- bucket/utools.json | 53 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 bucket/utools.json diff --git a/bucket/utools.json b/bucket/utools.json new file mode 100644 index 0000000..391c027 --- /dev/null +++ b/bucket/utools.json @@ -0,0 +1,53 @@ +{ + "homepage": "https://u.tools/", + "description": "Your productive tools set and launcher.", + "license": "Proprietary", + "version": "3.3.0", + "architecture": { + "64bit": { + "url": "http://dl.simaek.com/scoop/buckets/custom/package/uTools-3.3.0.exe#/dl.7z", + "hash": "sha512:1830b50d78a13824626e870d00374394387a494d575cef6e75c1e4e6d9f5525f7f3a0420c670d5ac182c8739437049b4c6bb125fa9814a0769452fc77b1ed74e", + "installer": { + "script": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR/app-64.7z\" \"$dir\"" + } + }, + "32bit": { + "url": "http://dl.simaek.com/scoop/buckets/custom/package/uTools-3.3.0-ia32.exe#/dl.7z", + "hash": "sha512:03dd55bb55dbf4e3a5a01c7e13353ebd94cea112138f11e5fe5dbea2e6a45342c94f2094c4dbbb1cd711f169cfc7f4a6d3dd765bf7d12a444610d9e8f2c629b7", + "installer": { + "script": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR/app-32.7z\" \"$dir\"" + } + } + }, + "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\" -Force -Recurse", + "shortcuts": [ + [ + "uTools.exe", + "uTools" + ] + ], + "checkver": { + "url": "https://res.u-tools.cn/version2/latest.yml", + "regex": "version: ([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://res.u-tools.cn/version2/uTools-$version.exe#/dl.7z", + "hash": { + "url": "https://res.u-tools.cn/version2/latest.yml?", + "mode": "extract", + "regex": "(?sm)$version.exe.*?sha512: $base64" + } + }, + "32bit": { + "url": "https://res.u-tools.cn/version2/uTools-$version-ia32.exe#/dl.7z", + "hash": { + "url": "https://res.u-tools.cn/version2/latest-ia32.yml?", + "mode": "extract", + "regex": "(?sm)$version-ia32.exe.*?sha512: $base64" + } + } + } + } +}