summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHenry Nelson2019-04-09 18:03:22 -0400
committerHenry Nelson2019-04-09 18:03:22 -0400
commitc8ed5079af02ecc7e3d5c09683241957be4888d9 (patch)
treeea22b0783272faf503f09d6bbb3450ee4e1454f4 /PKGBUILD
parent0a0bfd1b0a9b0b7b6fe9f96ffc17f71735bf74e3 (diff)
downloadaur-c8ed5079af02ecc7e3d5c09683241957be4888d9.tar.gz
Update to 0.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 946dd63e7cfe..29b8bbba152c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Henry Nelson <hcnelson99@gmail.com>
pkgname=zig-static
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
epoch=
pkgdesc="robust, optimal, and clear programming language"
@@ -11,8 +11,8 @@ depends=()
makedepends=()
provides=('zig')
conflicts=('zig')
-source=("https://ziglang.org/download/0.3.0/zig-linux-x86_64-$pkgver.tar.xz")
-md5sums=('38bc421ef7b6e6966ae67bc3cb01b3c5')
+source=("https://ziglang.org/download/$pkgver/zig-linux-x86_64-$pkgver.tar.xz")
+md5sums=('ca5d010f44d566879046897a39eb9907')
package() {
cd "$srcdir/zig-linux-x86_64-$pkgver"