Update package version to 0.15.1
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Github repository
|
||||||
|
REPO="ziglang/zig"
|
||||||
|
|
||||||
|
# Get tag name using Github Rest API
|
||||||
|
VERSION=$(curl -s -L -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" https://api.github.com/repos/"$REPO"/tags | jq -r '.[0].name')
|
||||||
|
|
||||||
|
echo "$VERSION"
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
name: zig
|
name: zig
|
||||||
description: A general-purpose programming language and toolchain for maintaining robust, optimal and reusable software
|
description: A general-purpose programming language and toolchain for maintaining robust, optimal and reusable software
|
||||||
version: 0.12.1
|
version: 0.15.1
|
||||||
url: https://ziglang.org/
|
url: https://ziglang.org/
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["clang","lld","llvm"]
|
depends: ["clang","lld","llvm-libs"]
|
||||||
make_depends: ["cmake"]
|
make_depends: ["cmake","llvm"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user