Skip to content

Commit

Permalink
Manifests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed Aug 5, 2024
1 parent dcf3977 commit fdf7467
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions bucket/jxl-winthumb.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "0.2.6",
"version": "0.2.7",
"description": "A JPEG XL (*.jxl) thumbnail handler for Windows File Explorer.",
"homepage": "https://github.com/saschanaz/jxl-winthumb",
"license": "ISC",
"architecture": {
"64bit": {
"url": "https://github.com/saschanaz/jxl-winthumb/releases/download/v0.2.6/jxl_winthumb.dll",
"hash": "3d2342ed6d6be174f53e0687d0c167b4467a1bc55ea74b9ad25aa98755e76e9a"
"url": "https://github.com/saschanaz/jxl-winthumb/releases/download/v0.2.7/jxl_winthumb.dll",
"hash": "0d45bd39653e5f863bcfa06a8929cd8a49fd96f162983521fe3a08d86b65058c"
}
},
"installer": {
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": "2024-07-01",
"version": "2024-08-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/1719812763/dict-en-20240701_lo.oxt#/dl.zip",
"hash": "7090978dddf03fd8c3d39e9a1ca933be76fe2a0406edb2e0eac58301323bb948",
"url": "https://extensions.libreoffice.org/assets/downloads/41/1722502287/dict-en-20240801_lo.oxt#/dl.zip",
"hash": "7dc16be3d805d366e639c93570c615b0530dc4549b044ce4d0a119cd1cc802d7",
"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/1719812763/dict-en-$cleanVersion_lo.oxt#/dl.zip"
"url": "https://extensions.libreoffice.org/assets/downloads/41/1722502287/dict-en-$cleanVersion_lo.oxt#/dl.zip"
},
"depends": "pidgin"
}

0 comments on commit fdf7467

Please sign in to comment.