diff options
author | Kaizhao Zhang | 2021-12-22 07:04:41 +0000 |
---|---|---|
committer | Kaizhao Zhang | 2021-12-22 07:04:41 +0000 |
commit | 3778c629c917b98f6b57f227d2c78abde248c1f0 (patch) | |
tree | 39d8be2a755d370a63dc2a18351485a73f32d10e | |
parent | 787e1287112acc0e6f5f0b1f2016be0ab333b0b6 (diff) | |
download | aur-3778c629c917b98f6b57f227d2c78abde248c1f0.tar.gz |
Updated to version 20211221 (0.10.0-dev.2+ea913846c)
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = zig-dev-bin pkgdesc = A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software - pkgver = 20211115 + pkgver = 20211221 pkgrel = 1 url = https://ziglang.org/ arch = x86_64 @@ -8,7 +8,7 @@ pkgbase = zig-dev-bin provides = zig conflicts = zig options = !strip - source = https://ziglang.org/builds/zig-linux-x86_64-0.9.0-dev.1635+590880158.tar.xz - sha256sums = c77e60c804916b50cdb5c4b644debd0cea1fd4fef3f07be793d6d3dd6b827d18 + source = https://ziglang.org/builds/zig-linux-x86_64-0.10.0-dev.2+ea913846c.tar.xz + sha256sums = 3fe22a75e0358bb0ffb9e25380dab496a8053cf32639c174a94c6ac960478c0f pkgname = zig-dev-bin @@ -1,9 +1,9 @@ # Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com> -_buildver=0.9.0-dev.1635+590880158 +_buildver=0.10.0-dev.2+ea913846c pkgname=zig-dev-bin -pkgver=20211115 +pkgver=20211221 pkgrel=1 pkgdesc="A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software" arch=('x86_64') @@ -16,7 +16,7 @@ source=( "https://ziglang.org/builds/zig-linux-x86_64-${_buildver}.tar.xz" ) sha256sums=( - 'c77e60c804916b50cdb5c4b644debd0cea1fd4fef3f07be793d6d3dd6b827d18' + '3fe22a75e0358bb0ffb9e25380dab496a8053cf32639c174a94c6ac960478c0f' ) package() { |