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 05f1eef14c15..f99108bba25c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = focus-timer-bin
pkgdesc = Focus is a cross-platform productivity timer for the command line written in Go.
- pkgver = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/ayoisaiah/focus
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = focus-timer-bin
provides = focus
conflicts = focus
options = !strip
- source = focus-timer-bin-1.4.2.tar.gz::https://github.com/ayoisaiah/focus/releases/download/v1.4.2/focus_1.4.2_linux_amd64.tar.gz
- b2sums = 84b31c751f29e94da12b7fbb6fe68f9a374c8eb93323c7225cda1baad16821223b7a12e80258aec9e80a21c0d42d4ed5c7dec30702ebe7f9494f984d556fa69e
+ source = focus-timer-bin-1.4.3.tar.gz::https://github.com/ayoisaiah/focus/releases/download/v1.4.3/focus_1.4.3_linux_amd64.tar.gz
+ b2sums = 1b6104fe27be576c1e3451c09e57d15d7bc01395327aed80e863b67190770262833da9ba71f2a51f4828e676de01b3a540021e056c3dcb433113170099f643bb
pkgname = focus-timer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3d3f46c0330b..0902f7e1b549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan-Philipp Fischer <mail at jpfischer dot de>
_name=focus
pkgname=$_name-timer-bin
-pkgver=1.4.2 # renovate: datasource=github-tags depName=ayoisaiah/focus
+pkgver=1.4.3 # renovate: datasource=github-tags depName=ayoisaiah/focus
pkgrel=1
pkgdesc="Focus is a cross-platform productivity timer for the command line written in Go."
arch=('x86_64')
@@ -11,7 +11,7 @@ provides=($_name)
conflicts=($_name)
options=('!strip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ayoisaiah/${_name}/releases/download/v${pkgver}/${_name}_${pkgver}_linux_amd64.tar.gz")
-b2sums=('84b31c751f29e94da12b7fbb6fe68f9a374c8eb93323c7225cda1baad16821223b7a12e80258aec9e80a21c0d42d4ed5c7dec30702ebe7f9494f984d556fa69e')
+b2sums=('1b6104fe27be576c1e3451c09e57d15d7bc01395327aed80e863b67190770262833da9ba71f2a51f4828e676de01b3a540021e056c3dcb433113170099f643bb')
package() {
install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENCE"