summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsksat2020-06-12 21:02:34 +0900
committersksat2020-06-12 21:02:34 +0900
commita95b20e18413a1aee34709780e7a0c96d25b483a (patch)
treea8025b855efa86bd302a3eb9108981e96e2783cf
parent9b8843806431a11fa404116e062eceb7b61690cd (diff)
downloadaur-a95b20e18413a1aee34709780e7a0c96d25b483a.tar.gz
Update to 0.8.20200612002LTS
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb12d97e2845..1faa7fa5de40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zen
pkgdesc = Reduce your stress with the C language. The first step to writing perfect software is Zen™
- pkgver = 0.8.20200609LTS
+ pkgver = 0.8.20200612002LTS
pkgrel = 1
url = https://zen-lang.org
arch = x86_64
license = custom:ConnectFree Reference Source License (CF-RSL)
depends = bash
- source = https://zen-lang.org/dist/0.8.20200609LTS/zen-linux-x86_64-0.8.20200609LTS.tar.xz
- sha256sums = cb3a0cb76141c2d957fdcb6e8322462f06050e924e7e18f36d21a21770b19edf
+ source = https://zen-lang.org/dist/0.8.20200612002LTS/zen-linux-x86_64-0.8.20200612002LTS.tar.xz
+ sha256sums = 92ac886ad78da5d86ce9829d8a49118bdacf4972aed15685c5757509d53ad8cc
pkgname = zen
diff --git a/PKGBUILD b/PKGBUILD
index b21bf216b3b3..7b4364f7a3c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yuta Sakamoto <sksat@sksat.net>
pkgname=zen
-pkgver=0.8.20200609LTS
+pkgver=0.8.20200612002LTS
pkgrel=1
pkgdesc="Reduce your stress with the C language. The first step to writing perfect software is Zen™"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('bash')
install=
changelog=
source=("https://zen-lang.org/dist/$pkgver/$pkgname-linux-$arch-$pkgver.tar.xz")
-sha256sums=('cb3a0cb76141c2d957fdcb6e8322462f06050e924e7e18f36d21a21770b19edf')
+sha256sums=('92ac886ad78da5d86ce9829d8a49118bdacf4972aed15685c5757509d53ad8cc')
package() {
cd "${srcdir}/$pkgname-linux-$arch-$pkgver"