Skip to content

Commit

Permalink
Inbox Notifier and swyh-rs manifests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed Feb 12, 2024
1 parent 4364650 commit ef76a95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bucket/inbox-notifier.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "3.10.0",
"version": "3.11.0",
"description": "A tray utility to receive Gmail notifications instantly in the Windows taskbar",
"homepage": "https://github.com/xavierfoucrier/inbox-notifier",
"license": "MIT",
"notes": "Some data is contained within \"C:\\Users\\<username>\\AppData\\Local\\Xavier_Foucrier\".",
"url": "https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.10.0/Inbox.Notifier.3.10.0.exe",
"hash": "e0f6d9b69efdf46ba714236d564ce9a2b6e92f69af3cf11749daf8c4a4c3bc56",
"url": "https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.11.0/Inbox.Notifier.3.11.0.exe",
"hash": "8feac2960b953e8bfbe8dc56acd4610614190bbe748ca379ed9a585bc50a702e",
"innosetup": true,
"pre_install": [
"Get-ChildItem \"$dir\\*\" -Include @('*.exe', '*.dll', '*.json', '*.config') -Recurse | Select -ExpandProperty FullName | ForEach-Object {",
Expand Down
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.9.6",
"version": "1.9.7",
"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.9.6/swyh-rs-release.zip",
"hash": "21db0ed6d067c47d6bdbc60194cfe98e6e64b8d25f02e78b1ca8fe28247651c1"
"url": "https://github.com/dheijl/swyh-rs/releases/download/1.9.7/swyh-rs-release.zip",
"hash": "379def3d7d3fcc4a56185f77df1e85263a0fd8985a2916f24176f33b62fb09b7"
}
},
"bin": "swyh-rs-cli.exe",
Expand Down

0 comments on commit ef76a95

Please sign in to comment.