summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-06-06 09:44:21 +0200
committerHans-Nikolai Viessmann2020-06-06 09:44:21 +0200
commit1acc557a74abfdb348ba75eef1cb9496786bdeb3 (patch)
tree91d4d945734736e75ab168f5528af013d5f44168 /PKGBUILD
parentd41b1e215b191367428636f94657831316357503 (diff)
downloadaur-sdate.tar.gz
bump version to 0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7c25baf4639..0142231b6226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hans AT viess DOT mn>
pkgname=sdate
-pkgver=0.6
+pkgver=0.7
pkgrel=1
pkgdesc="Wrapper program to output the eternal September 1993 date."
arch=('x86_64')
@@ -9,7 +9,7 @@ url="http://www.df7cb.de/projects/sdate/"
license=('GPL')
depends=('bash')
source=("https://github.com/df7cb/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('ff1d4b34144775a06884490a0aa51f5e212a4319b3ea208c376f7e0ad7a23986')
+sha256sums=('7e1b3644d7b019ccb7ab3997e1f88e1e7a8946685cb16eafce88a97cd1d2d6d1')
prepare() {
cd "$pkgname-$pkgver"