xournalpp-nightly: Update to version 1.1.0.dev-nightly.20210217

main
earnest ma 2021-02-16 21:08:18 -05:00
parent 325934a977
commit 1c4f54b568
1 changed files with 5 additions and 5 deletions

View File

@ -1,22 +1,22 @@
{
"version": "1.1.0.dev-nightly.20210215",
"version": "1.1.0.dev-nightly.20210217",
"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": {
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-1.1.0.dev-nightly.20210215-windows.zip",
"hash": "90f4d22d4ed4c100f110a9c4b2f1b72dc65057dec3ae6376a3ee01b7ca9a8965"
"url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-1.1.0.dev-nightly.20210217-windows.zip",
"hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
}
},
"pre_install": [
"Expand-7zipArchive \"$dir\\xournalpp-$version-windows.exe\" -Removal",
"Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse"
],
"bin": [ [ "xournalpp-1.1.0+dev-nightly.20210215-windows.exe", "xournalpp-nightly" ] ],
"bin": [ [ "xournalpp-1.1.0+dev-nightly.20210217-windows.exe", "xournalpp-nightly" ] ],
"shortcuts": [
[
"xournalpp-1.1.0+dev-nightly.20210215-windows.exe",
"xournalpp-1.1.0+dev-nightly.20210217-windows.exe",
"Xournal++ Nightly"
]
],