summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Price2019-10-24 18:58:49 +0100
committerWill Price2019-10-24 18:58:49 +0100
commit09d8dc9d6293128d77137b11c67adc501e261f10 (patch)
tree688dc66048632c165be01cd7455da192d4c1ae2d /PKGBUILD
parentb8ad123aadc78cf66d278749da3944fe2c87cc4c (diff)
downloadaur-gingko.tar.gz
Update to v2.4.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e1db99e2ac7..309f54c0eb71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# and https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=hyper-appimage
pkgname=gingko
-pkgver=2.4.3
+pkgver=2.4.5
pkgrel=1
pkgdesc='Gingko is a new kind of tool, that lets you shape your ideas with lists, outlines and cards, all in the same clean interface.'
arch=('x86_64' 'i686')
@@ -14,10 +14,8 @@ depends=()
options=('!strip')
source=("https://github.com/gingko/client/releases/download/v${pkgver}/Gingko-${pkgver}.AppImage"
"gingko.desktop")
-sha512sums=(
- 'dc3e97f009517d7828db1a0c53a276e5c185c32d4e0e30df965810d5a5b18ec9656b4422f2872c7567e0a308431dc9e2c56bd75f0f2e021b9d8bb37c9f52c677'
- 'c11e9c2541211d0ff43d4ff26fd23f6c64d8bb8008bddbbe174a420a69cc981120c3c5466e47894515fee0dbaccd95309eb61a16ffc3b3193af0609e62b46820'
-)
+sha512sums=('2916f89f3fa9afba5b0b4e790e46c6740f05c8e74d5bbd0cf1fb28f1c34e6b013d865017f793b9d5f418c2154bf6694120d66c2b1f185fa16fa9a1879e40469e'
+ 'c11e9c2541211d0ff43d4ff26fd23f6c64d8bb8008bddbbe174a420a69cc981120c3c5466e47894515fee0dbaccd95309eb61a16ffc3b3193af0609e62b46820')
prepare() {
chmod +x "${srcdir}/Gingko-${pkgver}.AppImage"