summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorl422020-10-03 13:38:34 +0500
committerl422020-10-03 13:38:34 +0500
commit08dcb3516cf0dd6f360a5ad789e442b1712d26c3 (patch)
treedc67d2e27fced21661b0745943d9c6e4a40c9622
parentcff0a3530757de712cca95235cf6470a88d4a4b9 (diff)
downloadaur-08dcb3516cf0dd6f360a5ad789e442b1712d26c3.tar.gz
Update to version 1.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c5e09db3e1f..600e91f8759c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stretchly-bin
pkgdesc = The break time reminder app
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/hovancik/stretchly/
install = Stretchly.install
@@ -22,9 +22,9 @@ pkgbase = stretchly-bin
depends = libappindicator-gtk3
provides = stretchly
conflicts = stretchly
- source = https://github.com/hovancik/stretchly/releases/download/v1.1.0/Stretchly-1.1.0.pacman
- source = LICENSE::https://raw.githubusercontent.com/hovancik/stretchly/v1.1.0/LICENSE
- sha256sums = ccbd8423752cc9fae635e7470a95b606326e00939be2a737befa9a09769cdb79
+ source = https://github.com/hovancik/stretchly/releases/download/v1.2.0/Stretchly-1.2.0.pacman
+ source = LICENSE::https://raw.githubusercontent.com/hovancik/stretchly/v1.2.0/LICENSE
+ sha256sums = 3ef43fd10ffa1c84aeb0e0cf32f82c1e680cac40132bab9bf555332411b990db
sha256sums = d4262f71a6c02b19bdbdf760033803c0c7ca24acf2591ba425633f7e3315790a
pkgname = stretchly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 784e446382dc..aba287abaee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: l42 <i at tfwno dot gf>
pkgname=stretchly-bin
_pkgname=Stretchly
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
-_rlsver=v1.1.0
+_rlsver=v1.2.0
pkgdesc="The break time reminder app"
arch=('x86_64')
url="https://github.com/hovancik/stretchly/"
@@ -16,7 +16,7 @@ source=(
"https://github.com/hovancik/stretchly/releases/download/$_rlsver/$_pkgname-$pkgver.pacman"
"LICENSE::https://raw.githubusercontent.com/hovancik/stretchly/$_rlsver/LICENSE"
)
-sha256sums=('ccbd8423752cc9fae635e7470a95b606326e00939be2a737befa9a09769cdb79'
+sha256sums=('3ef43fd10ffa1c84aeb0e0cf32f82c1e680cac40132bab9bf555332411b990db'
'd4262f71a6c02b19bdbdf760033803c0c7ca24acf2591ba425633f7e3315790a')
package() {