2020-11-30 11:55:18 -05:00
|
|
|
{
|
2020-12-28 21:01:39 -05:00
|
|
|
"version": "1.1.0.dev-nightly.20201229",
|
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-28 21:01:39 -05:00
|
|
|
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-1.1.0.dev-nightly.20201229-windows.zip",
|
|
|
|
"hash": "e91c7e8fb637e924e481dc3eaf2705e7cb6c49883efb74935161ec043e177c3c"
|
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-28 21:01:39 -05:00
|
|
|
"bin": [ [ "xournalpp-1.1.0+dev-nightly.20201229-windows.exe", "xournalpp-nightly" ] ],
|
2020-11-30 11:55:18 -05:00
|
|
|
"shortcuts": [
|
|
|
|
[
|
2020-12-28 21:01:39 -05:00
|
|
|
"xournalpp-1.1.0+dev-nightly.20201229-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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|