summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsksat2020-07-14 18:58:09 +0900
committersksat2020-07-14 18:58:09 +0900
commitb0db27ad31b7621b03af6898cae0af4e0c7a8dd6 (patch)
treee3dd1133aff449ebce2a34b3f7c5e20c9ee9159a
parentd25cbe538803bcfecc689df42d034fa6472114e2 (diff)
downloadaur-b0db27ad31b7621b03af6898cae0af4e0c7a8dd6.tar.gz
update: 0.8.20200713LTS
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c71e4fae70c..1d0d03405f0b 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.20200706LTS
+ pkgver = 0.8.20200713LTS
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.20200706LTS/zen-linux-x86_64-0.8.20200706LTS.tar.xz
- sha256sums = dddeea05472740fd448094cf96ad2f9722159c578b80c4813054d263e380add8
+ source = https://zen-lang.org/dist/0.8.20200713LTS/zen-linux-x86_64-0.8.20200713LTS.tar.xz
+ sha256sums = e3ab6ff2e17ca912731eb46c5bfb59840989ca178d5d552057473732f2e1538f
pkgname = zen
diff --git a/PKGBUILD b/PKGBUILD
index 71cd3759afd9..aac1e6ef0210 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yuta Sakamoto <sksat@sksat.net>
pkgname=zen
-pkgver=0.8.20200706LTS
+pkgver=0.8.20200713LTS
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=('dddeea05472740fd448094cf96ad2f9722159c578b80c4813054d263e380add8')
+sha256sums=('e3ab6ff2e17ca912731eb46c5bfb59840989ca178d5d552057473732f2e1538f')
package() {
cd "${srcdir}/$pkgname-linux-$arch-$pkgver"