1- {
2- "version" : " 12.6" ,
3- "description" : " A fast, minimalist, and remarkably extensible cross-platform text editor" ,
4- "homepage" : " https://orbitalquark.github.io/textadept/" ,
5- "license" : " MIT" ,
6- "url" : " https://github.com/orbitalquark/textadept/releases/download/textadept_12.6/textadept_12.6.win.zip" ,
7- "hash" : " a4503fba92f96f41e807a23d4d7c468b672391d23c1ffa02fec91a01a5f59d25" ,
8- "extract_dir" : " textadept" ,
9- "bin" : [
10- " textadept.exe" ,
11- " textadept-curses.exe"
12- ],
13- "shortcuts" : [
14- [
15- " textadept.exe" ,
16- " Textadept"
17- ]
18- ],
19- "checkver" : " Stable Release.*?\\ (([\\ d.]+)\\ )" ,
20- "autoupdate" : {
21- "url" : " https://github.com/orbitalquark/textadept/releases/download/textadept_$version/textadept_$version.win.zip"
22- }
23- }
1+ {
2+ "version" : " 12.9" ,
3+ "description" : " A fast, minimalist, and remarkably extensible cross-platform text editor for programmers." ,
4+ "homepage" : " https://github.com/orbitalquark/textadept" ,
5+ "license" : " MIT" ,
6+ "url" : " https://github.com/orbitalquark/textadept/releases/download/textadept_12.9/textadept_12.9.win.zip" ,
7+ "hash" : " sha256:cac909a614be575d29e748dcb866ebb16cef551644b99d736b8e189f2081e688" ,
8+ "installer" : {
9+ "script" : [
10+ " # Move files from 'textadept' subdirectory to root" ,
11+ " $taDir = Get-ChildItem \" $dir\" -Filter 'textadept' -Directory | Select-Object -First 1" ,
12+ " if ($taDir) {" ,
13+ " Get-ChildItem \" $taDir\" | Move-Item -Destination \" $dir\" -Force" ,
14+ " Remove-Item \" $taDir\" -Recurse -Force" ,
15+ " }"
16+ ]
17+ },
18+ "bin" : [
19+ " textadept.exe" ,
20+ " textadept-curses.exe"
21+ ],
22+ "shortcuts" : [
23+ [
24+ " textadept.exe" ,
25+ " Textadept"
26+ ],
27+ [
28+ " textadept-curses.exe" ,
29+ " Textadept Curses"
30+ ]
31+ ],
32+ "checkver" : {
33+ "github" : " https://github.com/orbitalquark/textadept" ,
34+ "regex" : " /releases/tag/textadept_([\\ d.]+)"
35+ },
36+ "autoupdate" : {
37+ "url" : " https://github.com/orbitalquark/textadept/releases/download/textadept_$version/textadept_$version.win.zip" ,
38+ "hash" : {
39+ "mode" : " download"
40+ }
41+ }
42+ }
0 commit comments