summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"