diff --git a/bucket/IntelliJ-IDEA-Ultimate-portable.json b/bucket/IntelliJ-IDEA-Ultimate-portable.json index 4764fa5..922c6a7 100644 --- a/bucket/IntelliJ-IDEA-Ultimate-portable.json +++ b/bucket/IntelliJ-IDEA-Ultimate-portable.json @@ -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.", "homepage": "https://www.jetbrains.com/idea/", "license": { "identifier": "Proprietary", "url": "https://www.jetbrains.com/store/license.html" }, - "changelog": "https://www.jetbrains.com/idea/whatsnew/", "url": [ - "http://dl.simaek.com/scoop/buckets/custom/package/ideaIU-2021.3.1.win.zip", - "http://dl.simaek.com/scoop/buckets/custom/scripts/jetbrains/portable.ps1" + "https://download.jetbrains.com/idea/ideaIU-2020.3.4.win.zip", + "https://code.simaek.com/xueye/scoop-bucket/raw/branch/master/scripts/jetbrains/portable.ps1" ], "hash": [ - "96e59657d95c89121473294025bcd86db7f6aca9bd13c45e2c165ead5d315da8", - "2255673952a7909596b8783f6e913d2301f91f0def0275fcfbc6371b0ca021f8" + "97aeccda16943855654540c5659db01257070b7628ec3a72d9ed5bee176fe88a", + "5b43fc8a57d7d8d519071a50849a5db92c90ecdf56b64ac57f15fdae5b4f0572" ], "extract_to": "IDE", "installer": { diff --git a/bucket/snipaste.json b/bucket/snipaste.json new file mode 100644 index 0000000..ef7401a --- /dev/null +++ b/bucket/snipaste.json @@ -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" + } + } +}