summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Nelson2019-10-01 07:47:46 -0400
committerHenry Nelson2019-10-01 07:47:46 -0400
commit622ff505fea630217c3527f1a8ac6de9d0f51e18 (patch)
tree38f0e2bafe478477fc46bfa4a8eea9f547ad06bf
parentc8ed5079af02ecc7e3d5c09683241957be4888d9 (diff)
downloadaur-622ff505fea630217c3527f1a8ac6de9d0f51e18.tar.gz
Update to 0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c6483e014cb..f7ce3eefb4b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zig-static
pkgdesc = robust, optimal, and clear programming language
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://ziglang.org/
arch = x86_64
license = MIT
provides = zig
conflicts = zig
- source = https://ziglang.org/download/0.4.0/zig-linux-x86_64-0.4.0.tar.xz
- md5sums = ca5d010f44d566879046897a39eb9907
+ source = https://ziglang.org/download/0.5.0/zig-linux-x86_64-0.5.0.tar.xz
+ md5sums = 18617395245d6695e48986cc46015be9
pkgname = zig-static
diff --git a/PKGBUILD b/PKGBUILD
index 29b8bbba152c..d0267b5e807f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Henry Nelson <hcnelson99@gmail.com>
pkgname=zig-static
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
epoch=
pkgdesc="robust, optimal, and clear programming language"
@@ -12,7 +12,7 @@ makedepends=()
provides=('zig')
conflicts=('zig')
source=("https://ziglang.org/download/$pkgver/zig-linux-x86_64-$pkgver.tar.xz")
-md5sums=('ca5d010f44d566879046897a39eb9907')
+md5sums=('18617395245d6695e48986cc46015be9')
package() {
cd "$srcdir/zig-linux-x86_64-$pkgver"