Skip to content

Commit

Permalink
notepad4: Add version 24.11r5548 (ScoopInstaller#14567)
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven authored Dec 12, 2024
1 parent 7aa5347 commit cf5e1c0
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions bucket/notepad4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"version": "24.11r5548",
"description": "Light-weight Scintilla based text editor for Windows",
"homepage": "https://github.com/zufuliu/notepad4",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/zufuliu/notepad4/releases/download/v24.11r5548/Notepad4_HD_i18n_x64_v24.11r5548.zip",
"hash": "40262ad0ea42b2e6c5e109b7f8be6bec6d3825ba44dfa5d287bb8106a0ac5a08"
},
"32bit": {
"url": "https://github.com/zufuliu/notepad4/releases/download/v24.11r5548/Notepad4_i18n_Win32_v24.11r5548.zip",
"hash": "27a5e982803360a37b2d96a73eed267f93a46574d56d721e2b25693b650e8497"
},
"arm64": {
"url": "https://github.com/zufuliu/notepad4/releases/download/v24.11r5548/Notepad4_HD_i18n_ARM64_v24.11r5548.zip",
"hash": "9f7433a76cdf39f2f736af7ba82b31a2b5df5da2a1c065ddf7fa4b3136a146a4"
}
},
"bin": "notepad4.exe",
"shortcuts": [
[
"Notepad4.exe",
"Notepad4"
],
[
"matepath.exe",
"matepath"
]
],
"persist": [
"Notepad4.ini",
"matepath.ini"
],
"checkver": {
"github": "https://github.com/zufuliu/notepad2",
"regex": "([\\d.]+r\\d+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/zufuliu/notepad4/releases/download/v$version/Notepad4_HD_i18n_x64_v$version.zip"
},
"32bit": {
"url": "https://github.com/zufuliu/notepad4/releases/download/v$version/Notepad4_i18n_Win32_v$version.zip"
},
"arm64": {
"url": "https://github.com/zufuliu/notepad4/releases/download/v$version/Notepad4_HD_i18n_ARM64_v$version.zip"
}
}
}
}
File renamed without changes.

0 comments on commit cf5e1c0

Please sign in to comment.