Skip to content

Commit

Permalink
discordcompressor: Update to version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 28, 2024
1 parent 5fd0d00 commit 5a2623b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/discordcompressor.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.6.3",
"version": "1.0",
"homepage": "https://github.com/vladaad/discordcompressor",
"description": "A small program in Go that efficiently compresses videos using ffmpeg.",
"pre_install": "if (-Not(Get-Command ffmpeg -ErrorAction Ignore)){scoop.cmd install main/ffmpeg}",
"depends": "ffmpeg",
"architecture": {
"64bit": {
"url": "https://github.com/atzuur/discordcompressor/releases/download/0.6.3/discordcompressor-windows-portable.zip",
"hash": "da08b93a9f19cd22e74ccf7175f30b871256e7b5fb5d6d98b0fa99ec53421f3e",
"url": "https://github.com/vladaad/discordcompressor/releases/download/1.0/discordcompressor-windows.zip",
"hash": "7492eb3546662063bfd8cacb1184adfab33e134d9480490ea7c23d880b27b830",
"bin": [
"discordcompressor-portable.exe",
[
Expand All @@ -34,7 +34,7 @@
"$Shortcut.TargetPath = \"discordcompressor-portable.exe\"",
"$Shortcut.Save()",
"}"
],
],
"checkver": "github",
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit 5a2623b

Please sign in to comment.