summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf9d4f7aa989..5c6483e014cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zig-static
pkgdesc = robust, optimal, and clear programming language
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
url = https://ziglang.org/
arch = x86_64
license = MIT
provides = zig
conflicts = zig
- source = https://ziglang.org/download/0.3.0/zig-linux-x86_64-0.3.0.tar.xz
- md5sums = 38bc421ef7b6e6966ae67bc3cb01b3c5
+ source = https://ziglang.org/download/0.4.0/zig-linux-x86_64-0.4.0.tar.xz
+ md5sums = ca5d010f44d566879046897a39eb9907
pkgname = zig-static
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"