Skip to content

Commit

Permalink
A couple manifests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed May 14, 2024
1 parent 249be8f commit 4610533
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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": "2024-04-01",
"version": "2024-05-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/1711953562/dict-en-20240401_lo.oxt#/dl.zip",
"hash": "dc8df5c6ee38f39327072e318ee65e046adb1ea7538233e6b63fccf95beda1d2",
"url": "https://extensions.libreoffice.org/assets/downloads/41/1714540032/dict-en-20240501_lo.oxt#/dl.zip",
"hash": "194adf7e32eab7b0282c8a60b7da63eb6292720c31eda1883782575fa704fe3e",
"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/1711953562/dict-en-$cleanVersion_lo.oxt#/dl.zip"
"url": "https://extensions.libreoffice.org/assets/downloads/41/1714540032/dict-en-$cleanVersion_lo.oxt#/dl.zip"
},
"depends": "pidgin"
}
6 changes: 3 additions & 3 deletions bucket/swyh-rs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.10.4",
"version": "1.10.5",
"description": "Stream What You Hear, re-implemented in Rust",
"homepage": "https://github.com/dheijl/swyh-rs",
"license": "MIT",
Expand All @@ -9,8 +9,8 @@
],
"architecture": {
"64bit": {
"url": "https://github.com/dheijl/swyh-rs/releases/download/1.10.4/swyh-rs-release.zip",
"hash": "3ad7e6d4df504364557a650cf227deebc16484fd8beb9ce4f4cdfdd98fa29ffe"
"url": "https://github.com/dheijl/swyh-rs/releases/download/1.10.5/swyh-rs-release.zip",
"hash": "de40b05f32f5cf18eeba5013076a70db08fac355ac279705194bc190512a9867"
}
},
"bin": "swyh-rs-cli.exe",
Expand Down

0 comments on commit 4610533

Please sign in to comment.