Skip to content

Commit

Permalink
tex-fmt: update mainifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Oct 22, 2024
1 parent 8d6caec commit 587ff8a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 7 deletions.
30 changes: 26 additions & 4 deletions bucket/tex-fmt.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,35 @@
{
"version": "0.4.6",
"version": "0.4.5",
"description": "An extremely fast LaTeX formatter written in Rust",
"homepage": "https://github.com/WGUNDERWOOD/tex-fmt",
"license": "MIT",
"url": "https://github.com/WGUNDERWOOD/tex-fmt/releases/download/v0.4.6/tex-fmt-x86_64-windows.zip",
"hash": "ba5cb594d4626f67ce7a66741f7ce9d95e6f5e6ca5c81952477ce5f5deedfb3e",
"architecture": {
"64bit": {
"url": "https://github.com/WGUNDERWOOD/tex-fmt/releases/download/v0.4.5/tex-fmt-x86_64-windows.zip",
"hash": "ac3e2eb020403a63c0a58b5b7f63e1c89b3b05b64c5eff9c670d84cdb96884d5"
},
"32bit": {
"url": "https://github.com/WGUNDERWOOD/tex-fmt/releases/download/v0.4.5/tex-fmt-i686-windows.zip",
"hash": "0a7da51c4c09b80d9a0de1c7b4032e46822fa69d99f83aa4cef8f190a4d0599e"
},
"arm64": {
"url": "https://github.com/WGUNDERWOOD/tex-fmt/releases/download/v0.4.5/tex-fmt-aarch64-windows.zip",
"hash": "90e17b3b21fb4fe10d6e672506a4df163a88788a42ccac2a8f521a526122c9e5"
}
},
"bin": "tex-fmt.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/WGUNDERWOOD/tex-fmt/releases/download/v$version/tex-fmt-x86_64-windows.zip"
"architecture": {
"64bit": {
"url": "https://github.com/WGUNDERWOOD/tex-fmt/releases/download/v$version/tex-fmt-x86_64-windows.zip"
},
"32bit": {
"url": "https://github.com/WGUNDERWOOD/tex-fmt/releases/download/v$version/tex-fmt-i686-windows.zip"
},
"arm64": {
"url": "https://github.com/WGUNDERWOOD/tex-fmt/releases/download/v$version/tex-fmt-aarch64-windows.zip"
}
}
}
}
14 changes: 11 additions & 3 deletions bucket/viber.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
"identifier": "Freeware",
"url": "https://www.viber.com/en/terms/viber-terms-use/"
},
"url": "https://download.cdn.viber.com/desktop/windows/ViberSetup.exe",
"hash": "39fdfc3d70a6ec7376d4a77821df54b0da1bc574748fecf7830761b753d7b391",
"architecture": {
"64bit": {
"url": "https://download.cdn.viber.com/desktop/windows/ViberSetup.exe",
"hash": "39fdfc3d70a6ec7376d4a77821df54b0da1bc574748fecf7830761b753d7b391"
}
},
"pre_install": [
"Expand-DarkArchive \"$dir\\ViberSetup.exe\" \"$dir\\extract_folder\" -Removal",
"Expand-MsiArchive \"$dir\\extract_folder\\AttachedContainer\\ViberSetup.msi\" \"$dir\\extract_folder\\AttachedContainer\" -Removal",
Expand All @@ -25,6 +29,10 @@
"regex": "<li>Viber\\sfor\\sWindows\\s([\\d.]+)</li>"
},
"autoupdate": {
"url": "https://download.cdn.viber.com/desktop/windows/ViberSetup.exe"
"architecture": {
"64bit": {
"url": "https://download.cdn.viber.com/desktop/windows/ViberSetup.exe"
}
}
}
}

0 comments on commit 587ff8a

Please sign in to comment.