Skip to content

Commit b612f36

Browse files
authored
Adopt changes to Zig packages in 0.14.0-dev.3460 (#14)
1 parent 8a61f77 commit b612f36

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ checks in `Debug` and `ReleaseSafe` builds and provides full test coverage of th
2323

2424
## Zig Version
2525

26-
The `main` branch targets recent builds of Zig's `master` branch (last tested with Zig `0.14.0-dev.3287+65e7ede49`).
26+
The `main` branch targets recent builds of Zig's `master` branch (last tested with Zig `0.14.0-dev.3460+6d29ef0ba`).
2727

2828
## Installation & Usage
2929

build.zig.zon

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
.{
2-
.name = "luajit",
3-
.version = "0.0.0",
2+
.name = .luajit,
3+
.fingerprint = 0xda4bba66d285c19c,
4+
.version = "1.5.1",
45
.dependencies = .{
56
.luajit_build = .{
6-
.url = "git+https://github.com/sackosoft/zig-luajit-build#776e1e8b77180817abd9eb92d478760c867d9627",
7-
.hash = "122003c7bc88d067df9185e46b13cdabffb0c53ada700b47daf14fe235af3f6a222f",
8-
}
7+
.url = "git+https://github.com/sackosoft/zig-luajit-build#c57ab5fdeb1ee8defbe3fee31382e39cdbbcf339",
8+
.hash = "luajit_build-1.1.1-HFjoU347AAAnIZPL5xY-tev5wWuyMIvEX1etjm1grtV4",
9+
},
910
},
1011
.paths = .{
1112
"build.zig",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0-dev.3287+65e7ede49
1+
0.14.0-dev.3460+6d29ef0ba

examples/simple-repl/build.zig.zon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.{
2-
.name = "simple-repl",
2+
.name = .simple_repl,
3+
.fingerprint = 0x6ab488fc2a85d9ea,
34
.version = "0.0.0",
45
.dependencies = .{
56
.luajit = .{

0 commit comments

Comments
 (0)