summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamuel Walladge2020-06-02 12:36:57 +0930
committerSamuel Walladge2020-06-02 12:36:57 +0930
commite19d8ce2adc73759fdba67e123baf54a6a3d34ca (patch)
tree384f68b5bd94e256abc696e9b9414555dbc83489 /PKGBUILD
parent2e9f679b906977f670624f41e4377b63056e69bc (diff)
downloadaur-e19d8ce2adc73759fdba67e123baf54a6a3d34ca.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29f68727853d..bc6f6fe4ad89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Samuel Walladge <aur @ swalladge dot net>
pkgname=jobber
-pkgver=1.4.3
-pkgrel=2
+pkgver=1.4.4
+pkgrel=1
pkgdesc='An alternative to cron, with sophisticated status-reporting and error-handling'
makedepends=('go')
depends=('glibc')
@@ -9,7 +9,7 @@ arch=('x86_64')
backup=("etc/${pkgname}.conf")
url='http://dshearer.github.io/jobber/'
license=('MIT')
-sha256sums=('14efd9e088e4b3e1e4018fb8cd3161cc43da7941261b31c3e90d630545b305db')
+sha256sums=('fd88a217a413c5218316664fab5510ace941f4fdb68dcb5428385ff09c68dcc2')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dshearer/${pkgname}/archive/v${pkgver}.tar.gz")
build() {