summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af2028c4feec..9480a05195ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sleek
pkgdesc = Todo app based on the todo.txt format for Linux, free and open-source
- pkgver = 1.0.3
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/ransome1/sleek/
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = sleek
depends = electron
depends = nodejs
options = !strip
- source = https://github.com/ransome1/sleek/archive/refs/tags/v1.0.3.zip
+ source = https://github.com/ransome1/sleek/archive/refs/tags/v1.0.2.zip
source = sleek.desktop
source = sleek.sh
- sha512sums = a4a7f417e79d4180f2b527d526b4478ceea9120ecf3dd671c4fd453e4d2069c057d2fe5365fab95b6ee0b6352479cf01481166dfabdd68f6571654541fcd6075
+ sha512sums = 46504753ff5b8c8dba8dc60eb71ee127ab7f3095e1d607a6b37022a7ca76a6f702130105aa75eefa8a50e17ff806a5b36fbf6649269e98d40d8958b24772c7f7
sha512sums = 60777dbda8202e5a265a274d126d30269fb8fba67641d22a83be19b353b4805cbed2a3c80bbc0e6ed7c0fe7ae21c3cde59b784d42d3ba941bb0fdf022c1375e8
sha512sums = ea1d322bd56c7944a9eae97f4968a6a2e937b510eb3c1c21266428450c5b2ddcd8576718d0b66b69fbce5694ba94e80a692d04bda1e8c2b24a8d814a5ed50963
diff --git a/PKGBUILD b/PKGBUILD
index 01b135182e3f..9ac59d0d27a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ransome <ransome@uber.space>
pkgname="sleek"
-pkgver=1.0.3
+pkgver=1.0.2
pkgrel=1
pkgdesc="Todo app based on the todo.txt format for Linux, free and open-source"
arch=("x86_64")
@@ -10,7 +10,7 @@ options=(!strip)
makedepends=("yarn")
depends=("electron" "nodejs")
source=("${url}archive/refs/tags/v${pkgver}.zip" "sleek.desktop" "sleek.sh")
-sha512sums=('46504753ff5b8c8dba8dc60eb71ee127ab7f3095e1d607a6b37022a7ca76a6f702130105aa75eefa8a50e17ff806a5b36fbf6649269e98d40d8958b24772c7f7'
+sha512sums=('24457a25cbe71ec45927945f45fe9866ca83f23d885abc88593a7f50fb2c232b62bb2a13138568a4ce14145113408063d24e413d0f5ff4bf44c96f7b2439b1bf'
'60777dbda8202e5a265a274d126d30269fb8fba67641d22a83be19b353b4805cbed2a3c80bbc0e6ed7c0fe7ae21c3cde59b784d42d3ba941bb0fdf022c1375e8'
'ea1d322bd56c7944a9eae97f4968a6a2e937b510eb3c1c21266428450c5b2ddcd8576718d0b66b69fbce5694ba94e80a692d04bda1e8c2b24a8d814a5ed50963')