summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2023-06-05 13:17:59 +1000
committerLuke Arms2023-06-05 13:17:59 +1000
commitb67d1973275834999de945452c5306a7e15e695d (patch)
treea439ec411420afc57e1585c15995d1f20bd5da77
parentbcf9a68d4d8f1000cb40c37d866a5a80bc41e587 (diff)
downloadaur-b67d1973275834999de945452c5306a7e15e695d.tar.gz
v1.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 395631a0b499..f6265edfca39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stretchly
pkgdesc = The break time reminder app
- pkgver = 1.14.0
+ pkgver = 1.14.1
pkgrel = 2
url = https://github.com/hovancik/stretchly/
arch = i686
@@ -19,7 +19,7 @@ pkgbase = stretchly
depends = electron22
conflicts = stretchly-bin
conflicts = stretchly-git
- source = https://github.com/hovancik/stretchly/archive/v1.14.0.tar.gz
- sha256sums = 219750598d479ffb9328f3cd12c83a31c033cd652a7f69d0f43b941a655ab8ca
+ source = https://github.com/hovancik/stretchly/archive/v1.14.1.tar.gz
+ sha256sums = abde2d1c1bb58418ebc4b71be2d8fe66ef88c263ca1bc3f06c1bc5e2b5601597
pkgname = stretchly
diff --git a/PKGBUILD b/PKGBUILD
index 691f131ecff1..a75c13309f74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_electron_version=22
pkgname=stretchly
-pkgver=1.14.0
+pkgver=1.14.1
pkgrel=2
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=('219750598d479ffb9328f3cd12c83a31c033cd652a7f69d0f43b941a655ab8ca')
+sha256sums=('abde2d1c1bb58418ebc4b71be2d8fe66ef88c263ca1bc3f06c1bc5e2b5601597')
_ensure_local_nvm() {
if type nvm &>/dev/null; then