summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorben Günther2021-12-07 00:36:36 +0100
committerThorben Günther2021-12-07 00:36:36 +0100
commita475ce7c9b2f67a966d03f6067385e1cf18465e4 (patch)
tree72c035e4d161e96048c69ef0d4bc4ec02c3fda34
parentfb253e540ab734c96c2f042499a86097fcf5bc74 (diff)
downloadaur-chronic.tar.gz
upgpkg: chronic 1.0.12-1
upstream release
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b9e3bf37057..1b48f5d3e756 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = chronic
pkgdesc = Filters out standard output for cron emails.
- pkgver = 1.0.11
- pkgrel = 2
+ pkgver = 1.0.12
+ pkgrel = 1
url = https://github.com/docwhat/chronic
arch = x86_64
license = MIT
makedepends = go
conflicts = moreutils
- source = chronic-1.0.11.tar.gz::https://github.com/docwhat/chronic/archive/v1.0.11.tar.gz
- sha256sums = 9e0a50086f15d32c68cdafa22919f088813b64bd4890e667a7c08ed7ba7dce1c
+ source = chronic-1.0.12.tar.gz::https://github.com/docwhat/chronic/archive/v1.0.12.tar.gz
+ sha256sums = e0e3254fdcb220ec56ee2bab725115fe93024317a9ed43e28951c6b39f4e70f8
pkgname = chronic
-
diff --git a/PKGBUILD b/PKGBUILD
index ee0ccb805ad4..9de389974740 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Thorben Günther <echo YWRtaW5AeGVucm94Lm5ldAo= | base64 -d>
pkgname=chronic
-pkgver=1.0.11
-pkgrel=2
+pkgver=1.0.12
+pkgrel=1
pkgdesc='Filters out standard output for cron emails.'
arch=('x86_64')
url='https://github.com/docwhat/chronic'
license=('MIT')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('9e0a50086f15d32c68cdafa22919f088813b64bd4890e667a7c08ed7ba7dce1c')
+sha256sums=('e0e3254fdcb220ec56ee2bab725115fe93024317a9ed43e28951c6b39f4e70f8')
conflicts=('moreutils')
build() {