From 4610533a572058156c25b1b39c55ab0b59e0dd63 Mon Sep 17 00:00:00 2001 From: instinctualjealousy Date: Tue, 14 May 2024 10:59:34 -0500 Subject: [PATCH] A couple manifests updated --- bucket/pidgin-spellcheck-en.json | 8 ++++---- bucket/swyh-rs.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/pidgin-spellcheck-en.json b/bucket/pidgin-spellcheck-en.json index 5855aba..4996286 100644 --- a/bucket/pidgin-spellcheck-en.json +++ b/bucket/pidgin-spellcheck-en.json @@ -1,7 +1,7 @@ { "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.", @@ -9,8 +9,8 @@ "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\")) {", @@ -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" } diff --git a/bucket/swyh-rs.json b/bucket/swyh-rs.json index b75bf6a..5135ef1 100644 --- a/bucket/swyh-rs.json +++ b/bucket/swyh-rs.json @@ -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", @@ -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",