Skip to content

Commit

Permalink
npp: Add version 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Jul 16, 2021
1 parent efa4756 commit ac0f532
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions bucket/npp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"version": "8.1.1",
"description": "A free source code editor and Notepad replacement that supports several languages.",
"homepage": "https://notepad-plus-plus.org",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.1.1/npp.8.1.1.portable.x64.zip",
"hash": "e369820b30fc688174ae4925f55e51a0cfa9696dfb81793e933c7a7c41893c90"
},
"32bit": {
"url": "https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.1.1/npp.8.1.1.portable.zip",
"hash": "7938924081a4c3028a95eb01ec0afd3a6fb5cc32c3437ecc4d17df2e532ea8ff"
},
"arm64": {
"url": "https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.1.1/npp.8.1.1.portable.arm64.zip",
"hash": "8ab82d5c88918fb6960f5005bc58668bebd40b7898bc0446cf6f77136886917a"
}
},
"pre_install": [
"try { Get-Command 'Test-Persistence' -ErrorAction 'Stop' | Out-Null } catch { error 'Shovel flavour of scoop is required'; exit 258 }",
"Test-Persistence 'session.xml', 'userDefineLang.xml'"
],
"bin": [
"notepad++.exe",
[
"notepad++.exe",
"npp"
]
],
"shortcuts": [
[
"notepad++.exe",
"Notepad++"
]
],
"persist": [
"backup",
"cloud",
"plugins",
"themes",
"userDefineLangs",
"config.xml",
"session.xml",
"userDefineLang.xml"
],
"checkver": {
"github": "https://github.com/notepad-plus-plus/notepad-plus-plus"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v$version/npp.$version.portable.x64.zip"
},
"32bit": {
"url": "https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v$version/npp.$version.portable.zip"
},
"arm64": {
"url": "https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v$version/npp.$version.portable.arm64.zip"
}
},
"hash": {
"url": "$baseurl/npp.$version.checksums.sha256"
}
}
}

0 comments on commit ac0f532

Please sign in to comment.