Skip to content

Commit

Permalink
chore: Update third-party app versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenway committed Aug 4, 2024
1 parent 1dd763c commit b540512
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bucket/Monaco-NF-Mono-Ligaturized.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@
"autoupdate": {
"url": "https://github.com/thep0y/monaco-nerd-font/releases/download/v$version/MonacoLigaturizedNerdFontMono.zip"
}
}
}
2 changes: 1 addition & 1 deletion bucket/Monaco-NF-Mono.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@
"autoupdate": {
"url": "https://github.com/thep0y/monaco-nerd-font/releases/download/v$version/MonacoNerdFontMono.zip"
}
}
}
15 changes: 8 additions & 7 deletions bucket/enigma-virtual-box.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"version": "10.60",
"description": "Enigma Virtual Box. Enables application files and registry to be consolidated in a single executable file",
"homepage": "https://www.enigmaprotector.com/en/aboutvb.html",
"version": "10.90",
"description": "Application virtualization system for Windows.",
"homepage": "https://enigmaprotector.com/en/aboutvb.html",
"license": "Freeware",
"url": "https://www.enigmaprotector.com/assets/files/enigmavb.exe#/dl.7z",
"url": "https://enigmaprotector.com/assets/files/enigmavb.exe#/install.exe",
"hash": "fa22d105ed03c8defc1439f40ed46d1cf1239eff838ab7538b19c10d470d47ba",
"innosetup": true,
"bin": "enigmavbconsole.exe",
"shortcuts": [
Expand All @@ -13,10 +14,10 @@
]
],
"checkver": {
"url": "https://www.enigmaprotector.com/en/downloads.html",
"regex": "Version ([\\d.]+) FREEWARE"
"url": "https://enigmaprotector.com/en/downloads/changelogenigmavb.html",
"regex": "([\\d.]+)\\s*Build\\s*\\d+"
},
"autoupdate": {
"url": "https://www.enigmaprotector.com/assets/files/enigmavb.exe#/dl.7z",
"url": "https://enigmaprotector.com/assets/files/enigmavb.exe#/install.exe"
}
}
4 changes: 2 additions & 2 deletions bucket/kikoplay.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://ghproxy.com/https://github.com/KikoPlayProject/KikoPlay/releases/download/1.0.3/1.0.3.7z",
"url": "https://github.com/KikoPlayProject/KikoPlay/releases/download/1.0.3/1.0.3.7z",
"hash": "ac8b9aaf682ab3a02acdec2e22da3e6df7209011a78be5883a202e1475edb143"
}
},
Expand All @@ -22,7 +22,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ghproxy.com/https://github.com/KikoPlayProject/KikoPlay/releases/download/$version/$version.7z"
"url": "https://github.com/KikoPlayProject/KikoPlay/releases/download/$version/$version.7z"
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions bucket/mikan_flutter.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"version": "v1.2.3",
"version": "v1.2.6",
"description": "Flutter 驱动的三方 蜜柑计划(https://mikanani.me) APP",
"homepage": "https://github.com/iota9star/mikan_flutter",
"license": "Apache-2.0 license",
"architecture": {
"64bit": {
"url": "https://github.com/iota9star/mikan_flutter/releases/download/v1.2.3/windows-win32-release.zip"
"url": "https://github.com/iota9star/mikan_flutter/releases/download/v1.2.6/mikan-windows-x64.zip",
"hash": "18AE4D391524981CD4581B1F9DA25F80C1ADCBC86E5AEC0535C9AE2CECF4B5AC"
}
},
"bin": "mikan.exe",
Expand All @@ -21,9 +22,8 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/iota9star/mikan_flutter/releases/download/$version/windows-win32-release.zip"
"url": "https://github.com/iota9star/mikan_flutter/releases/download/$version/mikan-windows-x64.zip"
}
}
}
}

0 comments on commit b540512

Please sign in to comment.