From dd50170b1e2035952988583dd23358fcd97cf5f3 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Fri, 2 Apr 2021 19:01:46 -0400 Subject: [PATCH] xournalpp-nightly: Update to version 20210402 --- bucket/xournalpp-nightly.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/xournalpp-nightly.json b/bucket/xournalpp-nightly.json index 3eff83b..29ff1fb 100644 --- a/bucket/xournalpp-nightly.json +++ b/bucket/xournalpp-nightly.json @@ -1,12 +1,12 @@ { - "version": "20210329", + "version": "20210402", "description": "Nightly dev releases of Xournalpp", "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.20210329-windows.zip", - "hash": "fd697e2eb563d810db5c1a1e1ac39528208d026d9e486ab7944e033c4bcf592f" + "url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-1.1.0.dev-nightly.20210402-windows.zip", + "hash": "28a7a2eecb3833e8526ae7f84a7be7653ca822c694983f2113249401a63f033c" } }, "pre_install": "Get-ChildItem \"$dir\\*.exe\" | ForEach-Object -Process { Expand-7zipArchive $_ -Removal }",