2020-11-30 11:55:18 -05:00
|
|
|
{
|
2020-12-02 19:33:52 -05:00
|
|
|
"version": "1.1.0.dev-nightly.20201203",
|
2020-11-30 11:55:18 -05:00
|
|
|
"description": "Nightly dev releases of xournalpp, a handwriting notetaking software with PDF annotation support",
|
|
|
|
"homepage": "https://github.com/xournalpp/xournalpp",
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2020-12-02 19:33:52 -05:00
|
|
|
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-1.1.0.dev-nightly.20201203-windows.zip",
|
|
|
|
"hash": "fda5bc275d376658ce5520b4eb280549386ded7f8fe3441376767c1038adb8d4"
|
2020-11-30 11:55:18 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"pre_install": [
|
|
|
|
"Expand-7zipArchive \"$dir\\xournalpp-$version-windows.exe\" -Removal",
|
|
|
|
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse"
|
|
|
|
],
|
2020-12-03 12:42:14 -05:00
|
|
|
"bin": [ [ "xournalpp-1.1.0+dev-nightly.20201203-windows.exe", "xournalpp-nightly" ] ],
|
2020-11-30 11:55:18 -05:00
|
|
|
"shortcuts": [
|
|
|
|
[
|
2020-12-03 12:42:14 -05:00
|
|
|
"xournalpp-1.1.0+dev-nightly.20201203-windows.exe",
|
2020-11-30 11:55:18 -05:00
|
|
|
"Xournal++ Nightly"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"notes": "Latest available dev nightly build. For regular releases use xournalpp from the main extras bucket",
|
|
|
|
"checkver": {
|
|
|
|
"url": "https://github.com/xournalpp/xournalpp/releases/tag/nightly",
|
|
|
|
"regex": "v\\d\\.\\d.\\d\\.dev-nightly\\.\\d\\d\\d\\d\\d\\d\\d\\d-windows\\.zip"
|
|
|
|
},
|
|
|
|
"autoupdate": {
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
|
|
|
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-$version-windows.zip"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|