diff --git a/TestNewManifest.ps1 b/TestNewManifest.ps1 new file mode 100644 index 0000000..d1e1b72 --- /dev/null +++ b/TestNewManifest.ps1 @@ -0,0 +1,19 @@ +#1 Autoupdate workflow https://github.com/ScoopInstaller/Scoop/wiki/App-Manifest-Autoupdate +$checkver = "$env:SCOOP/apps/scoop/current/bin/checkver.ps1" +$dir = 'E:\GitApps\scoop-apps\bucket' +scoop config debug $true +& $checkver -Dir $dir hotkey-detective +& $checkver -Dir $dir hotkey-detective -ForceUpdate +scoop install E:\GitApps\scoop-apps\bucket\hotkey-detective.json +scoop update hotkey-detective -f +scoop uninstall hotkey-detective -p +# git push +scoop update + +& $checkver -Dir $dir * +& $checkver -Dir $dir * -Update +& $checkver -Dir $dir * -ForceUpdate +& $checkver -Dir $dir * -SkipUpdated +& $checkver -Dir $dir hotkey-detective -Version 4.6.2 +& $checkver -Dir $dir hotkey-detective -Update -Version 4.6.2 +scoop status \ No newline at end of file diff --git a/autoupdate.ps1 b/autoupdate.ps1 deleted file mode 100644 index b71da24..0000000 --- a/autoupdate.ps1 +++ /dev/null @@ -1,20 +0,0 @@ -#1 Autoupdate workflow https://github.com/ScoopInstaller/Scoop/wiki/App-Manifest-Autoupdate -$checkver = "$env:SCOOP/apps/scoop/current/bin/checkver.ps1" -$dir = 'E:\GitApps\scoop-apps\bucket' - -# & $checkver ./obs-plugin-input-overlay.json -scoop config debug $true -& $checkver -Dir $dir obs-plugin-input-overlay -& $checkver -Dir $dir obs-plugin-input-overlay -ForceUpdate -scoop install E:\GitApps\scoop-apps\bucket\obs-plugin-input-overlay.json -scoop update obs-plugin-input-overlay -f -scoop uninstall obs-plugin-input-overlay -p -scoop update - -& $checkver -Dir $dir * -& $checkver -Dir $dir * -Update -& $checkver -Dir $dir * -ForceUpdate -& $checkver -Dir $dir * -SkipUpdated -& $checkver -Dir $dir obs-plugin-input-overlay -Version 4.6.2 -& $checkver -Dir $dir obs-plugin-input-overlay -Update -Version 4.6.2 -scoop status diff --git a/bucket/HandyOutliner.json b/bucket/HandyOutliner.json new file mode 100644 index 0000000..b2e1cd2 --- /dev/null +++ b/bucket/HandyOutliner.json @@ -0,0 +1,25 @@ +{ + "homepage": "https://handyoutlinerfo.sourceforge.net/", + "description": "HandyOutliner for DjVu / PDF.", + "license": "GPL v2", + "version": "1.1.6.4", + "architecture": { + "64bit": { + "url": "http://sourceforge.net/projects/handyoutlinerfo/files/1.1.6.4/handyoutliner_1.1.6.4.zip", + "hash": "4952d7379df8bc44df67cef5f1915091b2a5289ff837f59d3d53847d22711fa0" + } + }, + "bin": "HandyOutliner.exe", + "checkver": { + "url": "https://handyoutlinerfo.sourceforge.net/", + "regex": "Current version ([\\d].[\\d].[\\d].[\\d]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "http://sourceforge.net/projects/handyoutlinerfo/files/$version/handyoutliner_$version.zip" + } + }, + "extract_dir": "HandyOutliner_$version" + } +} \ No newline at end of file diff --git a/bucket/hotkey-detective.json b/bucket/hotkey-detective.json new file mode 100644 index 0000000..ff80f65 --- /dev/null +++ b/bucket/hotkey-detective.json @@ -0,0 +1,22 @@ +{ + "version": "1.1.0", + "description": "Hotkey Detective is a small utility for investigating what application holds a global hotkey under Windows 8 and later.", + "homepage": "https://github.com/ITachiLab/hotkey-detective", + "license": "GPL-3.0 license", + "url": "https://github.com/ITachiLab/hotkey-detective/releases/download/1.1.0/hotkey-detective-1.1.0.zip", + "hash": "a1c0027d32c2346fd4cb98d63dc9f2b5e861f75653809983fea8afbd16d7aa35", + "shortcuts": [ + [ + "x64\\HotkeyDetective.exe", + "HotKey Detective (64 bit)" + ], + [ + "x86\\HotkeyDetective.exe", + "HotKey Detective (32 bit)" + ] + ], + "checkver": "github", + "autoupdate": { + "url": "https://github.com/ITachiLab/hotkey-detective/releases/download/$version/hotkey-detective-$version.zip" + } +}