Snipaste: Add version 1.16.2

This commit is contained in:
椰子 2023-01-04 21:11:34 +08:00
parent 5d3bb61ea0
commit d682942041
2 changed files with 51 additions and 6 deletions

View File

@ -1,19 +1,18 @@
{ {
"version": "2021.3.1-213.6461.79", "version": "2020.3.4-203.8084.24",
"description": "IntelliJ IDEA Ultimate. Cross-Platform Java IDE for professional developers by JetBrains.", "description": "IntelliJ IDEA Ultimate. Cross-Platform Java IDE for professional developers by JetBrains.",
"homepage": "https://www.jetbrains.com/idea/", "homepage": "https://www.jetbrains.com/idea/",
"license": { "license": {
"identifier": "Proprietary", "identifier": "Proprietary",
"url": "https://www.jetbrains.com/store/license.html" "url": "https://www.jetbrains.com/store/license.html"
}, },
"changelog": "https://www.jetbrains.com/idea/whatsnew/",
"url": [ "url": [
"http://dl.simaek.com/scoop/buckets/custom/package/ideaIU-2021.3.1.win.zip", "https://download.jetbrains.com/idea/ideaIU-2020.3.4.win.zip",
"http://dl.simaek.com/scoop/buckets/custom/scripts/jetbrains/portable.ps1" "https://code.simaek.com/xueye/scoop-bucket/raw/branch/master/scripts/jetbrains/portable.ps1"
], ],
"hash": [ "hash": [
"96e59657d95c89121473294025bcd86db7f6aca9bd13c45e2c165ead5d315da8", "97aeccda16943855654540c5659db01257070b7628ec3a72d9ed5bee176fe88a",
"2255673952a7909596b8783f6e913d2301f91f0def0275fcfbc6371b0ca021f8" "5b43fc8a57d7d8d519071a50849a5db92c90ecdf56b64ac57f15fdae5b4f0572"
], ],
"extract_to": "IDE", "extract_to": "IDE",
"installer": { "installer": {

46
bucket/snipaste.json Normal file
View File

@ -0,0 +1,46 @@
{
"version": "1.16.2",
"description": "A snipping tool, which allows you to pin the screenshot back onto the screen.",
"homepage": "https://www.snipaste.com/",
"license": "Unknown",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "http://dl.simaek.com/scoop/buckets/custom/package/Snipaste-1.16.2-x64.zip",
"hash": "sha1:07681ceeb45dc4f8acbc1c2f3731773cef82162d"
},
"32bit": {
"url": "http://dl.simaek.com/scoop/buckets/custom/package/Snipaste-1.16.2-x86.zip",
"hash": "sha1:c198dfa47010e6591e51299d985d7411e80d1f54"
}
},
"pre_install": [
"ensure \"$persist_dir\"",
"if (!(Test-Path \"$persist_dir\\config.ini\")) { Set-Content \"$persist_dir\\config.ini\" '' -Encoding ASCII }",
"Set-Content \"$dir\\config.ini\" \"[General]`nconfig=$($persist_dir.Replace('\\','/'))/config.ini\" -Encoding ASCII"
],
"bin": "Snipaste.exe",
"shortcuts": [
[
"Snipaste.exe",
"Snipaste"
]
],
"persist": "history",
"checkver": "(?sm)Desktop.*?>v([\\d.]+) [^B]",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://bitbucket.org/liule/snipaste/downloads/Snipaste-$version-x64.zip"
},
"32bit": {
"url": "https://bitbucket.org/liule/snipaste/downloads/Snipaste-$version-x86.zip"
}
},
"hash": {
"url": "https://dl.snipaste.com/sha-1.txt"
}
}
}