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