Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upd(zig-bin): 0.11 -> 0.12 #6084

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions packages/zig-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pkgname = zig-bin
pkgver = 0.11.0
pkgver = 0.12.0
pkgdesc = General-purpose programming language and toolchain for maintaining robust, optimal and reusable software
url = https://ziglang.org/
arch = amd64
arch = arm64
maintainer = Andrew Barchuk <[email protected]>
repology = project: zig
source_amd64 = https://ziglang.org/download/0.11.0/zig-linux-x86_64-0.11.0.tar.xz
source_arm64 = https://ziglang.org/download/0.11.0/zig-linux-aarch64-0.11.0.tar.xz
sha256sums_amd64 = 2d00e789fec4f71790a6e7bf83ff91d564943c5ee843c5fd966efc474b423047
sha256sums_arm64 = 956eb095d8ba44ac6ebd27f7c9956e47d92937c103bf754745d0a39cdaa5d4c6
source_amd64 = https://ziglang.org/download/0.12.0/zig-linux-x86_64-0.12.0.tar.xz
source_arm64 = https://ziglang.org/download/0.12.0/zig-linux-aarch64-0.12.0.tar.xz
sha256sums_amd64 = c7ae866b8a76a568e2d5cfd31fe89cdb629bdd161fdd5018b29a4a0a17045cad
sha256sums_arm64 = 754f1029484079b7e0ca3b913a0a2f2a6afd5a28990cb224fe8845e72f09de63
6 changes: 3 additions & 3 deletions packages/zig-bin/zig-bin.pacscript
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pkgname="zig-bin"
repology=("project: zig")
pkgver="0.11.0"
pkgver="0.12.0"
arch=('amd64' 'arm64')
sha256sums_amd64=("2d00e789fec4f71790a6e7bf83ff91d564943c5ee843c5fd966efc474b423047")
sha256sums_arm64=("956eb095d8ba44ac6ebd27f7c9956e47d92937c103bf754745d0a39cdaa5d4c6")
sha256sums_amd64=("c7ae866b8a76a568e2d5cfd31fe89cdb629bdd161fdd5018b29a4a0a17045cad")
sha256sums_arm64=("754f1029484079b7e0ca3b913a0a2f2a6afd5a28990cb224fe8845e72f09de63")
source_amd64=("https://ziglang.org/download/${pkgver}/zig-linux-x86_64-${pkgver}.tar.xz")
source_arm64=("https://ziglang.org/download/${pkgver}/zig-linux-aarch64-${pkgver}.tar.xz")
pkgdesc="General-purpose programming language and toolchain for maintaining robust, optimal and reusable software"
Expand Down
Loading