diff --git a/bucket/xournalpp-nightly.json b/bucket/xournalpp-nightly.json index fecbdf0..25cc0eb 100644 --- a/bucket/xournalpp-nightly.json +++ b/bucket/xournalpp-nightly.json @@ -1,22 +1,22 @@ { - "version": "1.1.0.dev-nightly.20201231", + "version": "1.1.0.dev-nightly.20210103", "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.20201231-windows.zip", - "hash": "953689786d2795955a05b886596e03fa00bec35f013ebd043bd7a3c180e3d35f" + "url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-1.1.0.dev-nightly.20210103-windows.zip", + "hash": "54e2bbcd7af85466a777f9693ebb223e33430c603a7e54811306f386ae4c3974" } }, "pre_install": [ "Expand-7zipArchive \"$dir\\xournalpp-$version-windows.exe\" -Removal", "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse" ], - "bin": [ [ "xournalpp-1.1.0+dev-nightly.20201231-windows.exe", "xournalpp-nightly" ] ], + "bin": [ [ "xournalpp-1.1.0+dev-nightly.20210103-windows.exe", "xournalpp-nightly" ] ], "shortcuts": [ [ - "xournalpp-1.1.0+dev-nightly.20201231-windows.exe", + "xournalpp-1.1.0+dev-nightly.20210103-windows.exe", "Xournal++ Nightly" ] ],