Last active
December 12, 2023 01:38
-
-
Save aliesbelik/b763417769ba9b66b99c68d37acd5bd7 to your computer and use it in GitHub Desktop.
scoop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "2.1.7", | |
"description": "Downloads image albums from various websites in bulk.", | |
"homepage": "https://github.com/ripmeapp2/ripme", | |
"license": "MIT", | |
"suggest": { | |
"JRE": "java/temurin17-jre" | |
}, | |
"url": [ | |
"https://github.com/ripmeapp2/ripme/releases/download/2.1.7/ripme-2.1.7-29-b080faae.jar#/ripme.jar", | |
"https://github.com/ripmeapp2/ripme/raw/main/src/main/resources/icon.ico" | |
], | |
"hash": [ | |
"afb0b57cf726abab89943f69345fdffd7dae0ae813ca9ec07f40ac1f65d2413e", | |
"9a7d602a33440ff190abe97f8cf49818c5f3f2569286537211a7488f218ebab1" | |
], | |
"pre_install": "Set-Content \"$dir\\ripme.bat\" '@start javaw.exe -jar \"%~dp0ripme.jar\" %*' -Encoding Ascii", | |
"bin": "ripme.jar", | |
"shortcuts": [ | |
[ | |
"ripme.bat", | |
"RipMe", | |
"", | |
"icon.ico" | |
] | |
], | |
"persist": "rips", | |
"checkver": { | |
"url": "https://api.github.com/repositories/330195520/releases/latest", | |
"jsonpath": "$..browser_download_url", | |
"regex": "download/(?<tag>[\\d.]+)/ripme-([\\d.]+)-(?<num>[\\d.]+)-(?<commit>[a-fA-F0-9]+)\\.jar" | |
}, | |
"autoupdate": { | |
"url": "https://github.com/ripmeapp2/ripme/releases/download/$matchTag/ripme-$version-$matchNum-$matchCommit.jar#/ripme.jar" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment