mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
Incorporate organization and bucket renaming
See: https://github.com/lukesampson/scoop/issues/3437
This commit is contained in:
parent
a577e9268a
commit
76fdadb5db
@ -1,6 +1,6 @@
|
||||
param(
|
||||
# overwrite upstream param
|
||||
[String]$upstream = "scoopinstaller/scoop-main:master"
|
||||
[String]$upstream = "ScoopInstaller/Main:master"
|
||||
)
|
||||
|
||||
if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = resolve-path (split-path (split-path (scoop which scoop))) }
|
||||
|
||||
@ -3,15 +3,15 @@
|
||||
"license": "MS-RL",
|
||||
"description": "WiX (Windows Installer XML) Toolset Decompiler",
|
||||
"version": "3.11",
|
||||
"url": "https://raw.githubusercontent.com/scoopinstaller/binary-mirror/master/dark/dark-3.11.zip",
|
||||
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-3.11.zip",
|
||||
"hash": "48763b0f63062ccbf4a4d852761008ae59e0c01ef3fb116883592f4a1c67c61d",
|
||||
"bin": "dark.exe",
|
||||
"checkver": {
|
||||
"url": "https://github.com/scoopinstaller/binary-mirror/tree/master/dark",
|
||||
"url": "https://github.com/ScoopInstaller/Binary/tree/master/dark",
|
||||
"re": "dark-([0-9.]+).zip"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://raw.githubusercontent.com/scoopinstaller/binary-mirror/master/dark/dark-$version.zip",
|
||||
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/dark/dark-$version.zip",
|
||||
"hash": {
|
||||
"url": "$url.sha256"
|
||||
}
|
||||
|
||||
@ -3,12 +3,12 @@
|
||||
"description": "Inno Setup Unpacker.",
|
||||
"homepage": "http://innounp.sourceforge.net",
|
||||
"license": "GPL-3.0-only",
|
||||
"url": "https://raw.githubusercontent.com/scoopinstaller/binary-mirror/master/innounp/innounp048.rar",
|
||||
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/innounp/innounp048.rar",
|
||||
"hash": "sha1:638a8ff3b87c40d12b43ca964e6777baca2176c8",
|
||||
"bin": "innounp.exe",
|
||||
"checkver": "Version\\s+([\\d\\.]+)\\s*<br>",
|
||||
"autoupdate": {
|
||||
"url": "https://raw.githubusercontent.com/scoopinstaller/binary-mirror/master/innounp/innounp$cleanVersion.rar",
|
||||
"url": "https://raw.githubusercontent.com/ScoopInstaller/Binary/master/innounp/innounp$cleanVersion.rar",
|
||||
"hash": {
|
||||
"url": "$baseurl/innounp$cleanVersion.sha1"
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_comment": "Version 2.8.3 was moved to https://github.com/scoopinstaller/versions/blob/master/lynx283.json",
|
||||
"_comment": "Version 2.8.3 was moved to https://github.com/ScoopInstaller/Versions/blob/master/bucket/lynx283.json",
|
||||
"version": "2.9.0dev.1",
|
||||
"description": "Fully featured World-Wide Web browser.",
|
||||
"homepage": "https://invisible-island.net/lynx/lynx.html",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user