summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ad2ff3dd1d2..8e50a2d3dfb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Manuel Mazzuola <origin.of@gmail.com>
pkgname=turtl
-pkgver=0.6.2
-pkgrel=3
+pkgver=0.6.3
+pkgrel=1
pkgdesc="Turtl lets you take notes, bookmark websites, and store documents for sensitive projects."
arch=('i686' 'x86_64')
url="https://turtl.it"
@@ -10,9 +10,9 @@ license=('GPL3')
source=("turtl.png")
source_i686=("https://turtl.it/releases/desktop/$pkgname-linux32-$pkgver.tar.bz2")
source_x86_64=("https://turtl.it/releases/desktop/$pkgname-linux64-$pkgver.tar.bz2")
-md5sums=("9e99b3fe83cb796343b7f1b21959f0d7")
-md5sums_i686=("2612da7a8664bb758b3742be5f7183ac")
-md5sums_x86_64=("224d568533ddf37b7759b8c1bf39cf01")
+md5sums=('9e99b3fe83cb796343b7f1b21959f0d7')
+md5sums_i686=('e29e3bb13d44c6d235bab31eb4db6343')
+md5sums_x86_64=('4acf738c198b5e4a67188bc3aa968d59')
[[ "$CARCH" = "i686" ]] && _pkg="turtl-linux32"
[[ "$CARCH" = "x86_64" ]] && _pkg="turtl-linux64"