Skip to content

Commit c6e3aa9

Browse files
authored
Merge pull request #7 from hellium6/zig-0.14.0-dev.3462+edabcf619
Bump version to zig-0.14.0-dev.3462+edabcf619
2 parents 15cb049 + 595ce5d commit c6e3aa9

File tree

4 files changed

+72
-820
lines changed

4 files changed

+72
-820
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ZIGF=$(curl -s https://ziglang.org/download/ | grep '\-dev' | head -n1 | sed -ne
5656
## put the fetched value in previous command as DISTNAME
5757
sed -i -e "s/^DISTNAME=.*/DISTNAME= $ZIGF/" Makefile
5858
## or enter manually
59-
#sed -i -e 's/^DISTNAME=.*/DISTNAME= zig-0.14.0-dev.3222+8a3aebaee/' Makefile
59+
#sed -i -e 's/^DISTNAME=.*/DISTNAME= zig-0.14.0-dev.3456+00a8742bb/' Makefile
6060
## optionally change MASTER_SITES to use a mirror
6161
sed -i -e 's/^MASTER_SITES=.*/MASTER_SITES= https:\/\/zig.linus.dev\/zig\//' Makefile
6262
make makesum # update checksums according to new DISTNAME
@@ -97,7 +97,7 @@ InstalledDir: /usr/pkg/llvm19/bin
9797
$ zig-master version
9898
0.14.0
9999
$ pkg_info -a | grep ^zig
100-
zig-master-0.14.0-dev.3267+59dc15fa0 Programming language designed for robustness and clarity
100+
zig-master-0.14.0-dev.3462+edabcf619 Programming language designed for robustness and clarity
101101
```
102102

103103
Example of working with both Zig and Zig master on the same system:
@@ -133,8 +133,8 @@ Example of uninstalling a package:
133133

134134
```sh
135135
$ pkg_info -a | grep ^zig
136-
zig-master-0.14.0-dev.3267+59dc15fa0 Programming language designed for robustness and clarity
137-
$ doas pkg_delete zig-master-0.14.0-dev.3267+59dc15fa0
136+
zig-master-0.14.0-dev.3462+edabcf619 Programming language designed for robustness and clarity
137+
$ doas pkg_delete zig-master-0.14.0-dev.3462+edabcf619
138138
```
139139

140140
License: Anything added by me in this repo (not what is based on another project) is public domain or CC0 1.0 Universal. For things taken from other projects, refer to those projects, such as [pkgsrc](https://github.com/NetBSD/pkgsrc).

pkgsrc/lang/zig-master/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## Update DISTNAME according to the latest master download URL and run
44
## "make makesum" after that.
55
## Example: If the URL is:
6-
## https://ziglang.org/builds/zig-0.14.0-dev.3267+59dc15fa0.tar.xz
7-
## then this value would be: zig-0.14.0-dev.3267+59dc15fa0
6+
## https://ziglang.org/builds/zig-0.14.0-dev.3462+edabcf619.tar.xz
7+
## then this value would be: zig-0.14.0-dev.3462+edabcf619
88
## Meaning, filename minus the .tar.xz extension
9-
DISTNAME= zig-0.14.0-dev.3267+59dc15fa0
9+
DISTNAME= zig-0.14.0-dev.3462+edabcf619
1010
## To make this a separate package than lang/zig
1111
PKGNAME= ${DISTNAME:S/zig-/zig-master-/}
1212
CATEGORIES= lang

0 commit comments

Comments
 (0)