Skip to content

Commit

Permalink
Incorporate organization and bucket renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed May 6, 2019
1 parent a577e92 commit 76fdadb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/auto-pr.ps1
@@ -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))) }
Expand Down
6 changes: 3 additions & 3 deletions bucket/dark.json
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions bucket/innounp.json
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion bucket/lynx.json
@@ -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",
Expand Down

0 comments on commit 76fdadb

Please sign in to comment.