Skip to content

Commit

Permalink
Multiple updates, hexreplace manifest added
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed Sep 3, 2023
1 parent 34c0ab8 commit 610f727
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 10 deletions.
32 changes: 32 additions & 0 deletions bucket/hexreplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "1.0.0",
"description": "A simple CLI binary file hex replacer",
"homepage": "https://github.com/me1ting/hexreplace",
"license": "Unknown",
"architecture": {
"64bit": {
"url": "https://github.com/me1ting/hexreplace/releases/download/v1.0.0/hexreplace.zip",
"hash": "5db682b774a0eaf89ba91011bebd0b8c99a6568425291220578d99feb72e20af",
"extract_dir": "amd64"
},
"32bit": {
"url": "https://github.com/me1ting/hexreplace/releases/download/v1.0.0/hexreplace.zip",
"hash": "5db682b774a0eaf89ba91011bebd0b8c99a6568425291220578d99feb72e20af",
"extract_dir": "i386"
}
},
"bin": "hexreplace.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/me1ting/hexreplace/releases/download/v$version/hexreplace.zip",
"extract_dir": "amd64"
},
"32bit": {
"url": "https://github.com/me1ting/hexreplace/releases/download/v$version/hexreplace.zip",
"extract_dir": "i386"
}
}
}
}
6 changes: 3 additions & 3 deletions bucket/mediamtx.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "1.0.0",
"version": "1.0.3",
"description": "Ready-to-use RTSP/RTMP/HLS server and proxy that allows one to read, publish and proxy video and audio streams",
"homepage": "https://github.com/aler9/mediamtx",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/aler9/mediamtx/releases/download/v1.0.0/mediamtx_v1.0.0_windows_amd64.zip",
"hash": "e56a2b3479c6d59fe0905bbd2f883a599ddfc8c7d7d9c9bee6164b152e3b0f80"
"url": "https://github.com/aler9/mediamtx/releases/download/v1.0.3/mediamtx_v1.0.3_windows_amd64.zip",
"hash": "f3cffd7ec6113895e8742346644cd5856bd007e6535797ef41e4303cf4bc0d6c"
}
},
"bin": "mediamtx.exe",
Expand Down
8 changes: 4 additions & 4 deletions bucket/pidgin-spellcheck-en.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"homepage": "https://extensions.libreoffice.org/en/extensions/show/english-dictionaries",
"description": "Up-to-date English spellchecking dictionary for Pidgin",
"version": "2023-08-01",
"version": "2023-09-01",
"license": "LGPL",
"notes": [
"Be sure to turn on \"Highlight misspelled words\" on Pidgin's conversation preferences page.",
"This installation- given its methods- will be wiped out when Pidgin updates.",
"If only Pidgin supported putting pixmaps, locale and other extraneous dependencies in the \".purple\" folder...",
"Please force reinstall this manifest after an update of Pidgin to fix."
],
"url": "https://extensions.libreoffice.org/assets/downloads/41/1690875969/dict-en-20230801_lo.oxt#/dl.zip",
"hash": "e8658c491a058154d4185e118cf8b800f6666dad521cd8cf07292175ed58e737",
"url": "https://extensions.libreoffice.org/assets/downloads/41/1693549382/dict-en-20230901_lo.oxt#/dl.zip",
"hash": "64dc971c0a5b3ab8199448102ca955db778d4a989e5ae7ff036d18b848acfc0d",
"post_install": [
"$pidgin = \"$(appdir pidgin)\\current\"",
"if (!(Test-Path \"$pidgin\\spellcheck\\share\\enchant\\myspell\")) {",
Expand All @@ -30,7 +30,7 @@
"regex": "MAGP ([\\d-]+)"
},
"autoupdate": {
"url": "https://extensions.libreoffice.org/assets/downloads/41/1690875969/dict-en-$cleanVersion_lo.oxt#/dl.zip"
"url": "https://extensions.libreoffice.org/assets/downloads/41/1693549382/dict-en-$cleanVersion_lo.oxt#/dl.zip"
},
"depends": "pidgin"
}
6 changes: 3 additions & 3 deletions bucket/repackinator.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "1.3.3",
"version": "1.4.0",
"description": "Convert your full OG Xbox ISO dumps into split ISO images",
"homepage": "https://github.com/Team-Resurgent/Repackinator",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/Team-Resurgent/Repackinator/releases/download/V1.3.3/Repackinator-win-x64.zip",
"hash": "25fada715b5929c8d3a1863799cc87ed3e9ef8bda7f05693d10d88f4b03739a4"
"url": "https://github.com/Team-Resurgent/Repackinator/releases/download/V1.4.0/Repackinator-win-x64.zip",
"hash": "51d8405640022476e843707f0e37df384a21ac6170df163355dd2cfc2a592c65"
}
},
"pre_install": [
Expand Down

0 comments on commit 610f727

Please sign in to comment.