diff options
-rw-r--r-- | community/xournalpp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xournalpp/APKBUILD b/community/xournalpp/APKBUILD index 8bba0ebd36..979f7d21aa 100644 --- a/community/xournalpp/APKBUILD +++ b/community/xournalpp/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=xournalpp -pkgver=1.0.19 +pkgver=1.0.20 pkgrel=0 pkgdesc="Xournal++ is a handwriting notetaking software with PDF annotation support" url="https://github.com/xournalpp/xournalpp" @@ -37,4 +37,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="72d29158b620c0500d94890077e35fe36ef090e3f203ddeb252a659de57c40723f29404e1eb453ed5b4ac8265b8786ebf8e92c8ab67287c5e586955240c0a121 xournalpp-1.0.19.tar.gz" +sha512sums="c73783d5e40262b2c6f7f6be372839c73a19ab25fc258a7524660654526a3a35a6ba16ba282f793e7982ff97d006703c103fdd579fc16a3e636bf6daf94fe346 xournalpp-1.0.20.tar.gz" |