Skip to content

Instantly share code, notes, and snippets.

@aliesbelik
Last active December 12, 2023 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aliesbelik/b763417769ba9b66b99c68d37acd5bd7 to your computer and use it in GitHub Desktop.
Save aliesbelik/b763417769ba9b66b99c68d37acd5bd7 to your computer and use it in GitHub Desktop.
scoop
{
"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