summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2022-09-29 03:34:13 +1000
committerLuke Arms2022-09-29 03:34:13 +1000
commit1e9445e38746e23b33602d4eb18b74b945bc4b93 (patch)
treefe67b2c40a94d23fe999c36498dbe5e4480863de
parent9288de053bb835ecb20cbeec67c8beb85caf9810 (diff)
downloadaur-1e9445e38746e23b33602d4eb18b74b945bc4b93.tar.gz
v1.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 556cc61bc1b9..33a5ad97e318 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stretchly
pkgdesc = The break time reminder app
- pkgver = 1.11.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://github.com/hovancik/stretchly/
arch = i686
@@ -24,7 +24,7 @@ pkgbase = stretchly
depends = electron19
conflicts = stretchly-bin
conflicts = stretchly-git
- source = https://github.com/hovancik/stretchly/archive/v1.11.0.tar.gz
- sha256sums = 404910cd9c16db0bd6fc4557f474bb493fdd978eae07afffb0d9cb36a3fff42e
+ source = https://github.com/hovancik/stretchly/archive/v1.12.0.tar.gz
+ sha256sums = c15d67e401b5e76be622cf64fccbf3d73f178091d4ef985f7487d105b198d336
pkgname = stretchly
diff --git a/PKGBUILD b/PKGBUILD
index 9157c5f556d4..ace88569d853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_electron_version=19
pkgname=stretchly
-pkgver=1.11.0
+pkgver=1.12.0
pkgrel=1
pkgdesc="The break time reminder app"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('git' 'nvm' 'jq' 'python')
conflicts=("${pkgname}-bin" "${pkgname}-git")
source=("https://github.com/hovancik/stretchly/archive/v${pkgver}.tar.gz")
-sha256sums=('404910cd9c16db0bd6fc4557f474bb493fdd978eae07afffb0d9cb36a3fff42e')
+sha256sums=('c15d67e401b5e76be622cf64fccbf3d73f178091d4ef985f7487d105b198d336')
_ensure_local_nvm() {
if type nvm &>/dev/null; then