Skip to content

Commit

Permalink
Updated manifests- removed mediamtx as it's now available on main
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed Sep 17, 2023
1 parent 610f727 commit 422132e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 36 deletions.
6 changes: 3 additions & 3 deletions bucket/afspacker.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "2.1.1",
"version": "2.1.2",
"description": "Creator and extractor for CRIware AFS archives",
"homepage": "https://github.com/MaikelChan/AFSPacker",
"license": "MIT",
"notes": "The program requires the .NET Core Runtime 3.1.",
"architecture": {
"64bit": {
"url": "https://github.com/MaikelChan/AFSPacker/releases/download/v2.1.1/AFSPacker-v2.1.1-win-x64.7z",
"hash": "dc309bdadb5241f46257e812debfd659664d3fcb1a09bb9d37b9e849ee87d0d2"
"url": "https://github.com/MaikelChan/AFSPacker/releases/download/v2.1.2/AFSPacker-v2.1.2-win-x64.7z",
"hash": "bd1fa7047b825b088f00abc5babf364205d3465f6abd1ba961d2a3cbd083e1d7"
}
},
"bin": "AFSPacker.exe",
Expand Down
22 changes: 0 additions & 22 deletions bucket/mediamtx.json

This file was deleted.

6 changes: 3 additions & 3 deletions bucket/paint.net-plugin-gmic.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "3.2.6",
"version": "3.3.0",
"description": "A paint.net effect that provides integration with G'MIC-Qt",
"homepage": "https://github.com/0xC0000054/pdn-gmic",
"license": "GPL-3.0-only",
"depends": "extras/paint.net",
"url": "https://github.com/0xC0000054/pdn-gmic/releases/download/v3.2.6/Gmic_win64.zip",
"hash": "e54758c661d05875d015f058c06f6f2cd8eec7040ed6f407f2167265ec1f6141",
"url": "https://github.com/0xC0000054/pdn-gmic/releases/download/v3.3.0/Gmic_win64.zip",
"hash": "e598b2632374d12558c58b032e582ce34d751133720b8363101d55f1e3447272",
"post_install": [
"$paintdotnet = \"$(appdir paint.net)\\current\\Effects\"",
"Move-Item -Path \"$dir\\Gmic.dll\" -Destination \"$paintdotnet\" -Force",
Expand Down
6 changes: 3 additions & 3 deletions bucket/regcool.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"version": "1.342",
"version": "1.343",
"description": "Advanced registry editor for Windows",
"homepage": "https://kurtzimmermann.com/",
"license": "Freeware",
"notes": "RegCool Portable has an updating mechanism included, but it IS disabled by default.",
"architecture": {
"64bit": {
"url": "https://kurtzimmermann.com/files/RegCoolX64.zip",
"hash": "e4135d16eff2cb83af783f98528e81e4e4196608886016f5559b011ba019ac86"
"hash": "e537e2f768a862fba10051f76b0bc6df366a8ac96fb41613b99d7de76056b71b"
},
"32bit": {
"url": "https://kurtzimmermann.com/files/RegCoolX32.zip",
"hash": "e20e1517512ae8ce9ffd5bd442f8ae3bc468dd3ef72fa318b61c37f714ea0c68"
"hash": "0d97342c8db8902ff953c58dc811cb64a7bdc91fc54868c7ec7391c5983e071d"
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\Settings\")) { New-Item -ItemType Directory \"$dir\\Settings\" | Out-Null }",
Expand Down
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.4.0",
"version": "1.4.4",
"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.4.0/Repackinator-win-x64.zip",
"hash": "51d8405640022476e843707f0e37df384a21ac6170df163355dd2cfc2a592c65"
"url": "https://github.com/Team-Resurgent/Repackinator/releases/download/V1.4.4/Repackinator-win-x64.zip",
"hash": "d414b49889ac4a7ab60ba497aa2d38d681b47dd7f27600f59198d98931b365ce"
}
},
"pre_install": [
Expand Down
4 changes: 2 additions & 2 deletions bucket/simple-sticky-notes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.1",
"version": "6.2",
"description": "A simple yet configurable alternative to Microsoft's \"Sticky Notes\"",
"homepage": "https://www.simplestickynotes.com/",
"license": "Freeware",
Expand All @@ -9,7 +9,7 @@
"It also stores add-on content at \"C:\\Users\\<username>\\AppData\\Roaming\\Simnet\\Simple Sticky Notes\"."
],
"url": "https://www.simplestickynotes.com/setup/Setup_SimpleStickyNotes.exe",
"hash": "4f2920217dfeedded970bebc3b6cd7d014261f414818325095f13e962e671ca1",
"hash": "fa13ffb6a5df95b4a0b6fe5ec11356b65014f383cd6a5140cdaf84cc7e71180d",
"innosetup": true,
"pre_install": [
"if(!(Test-Path \"HKCU:\\SOFTWARE\\Simnet\\Simple Sticky Notes\")) { New-Item -Path \"HKCU:\\SOFTWARE\\Simnet\\Simple Sticky Notes\" -Force | Out-Null }",
Expand Down

0 comments on commit 422132e

Please sign in to comment.