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

byacc: bump to 20241231 #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion pkg/byacc/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/byacc-20240109.tgz
/byacc-20241231.tgz
/src
2 changes: 1 addition & 1 deletion pkg/byacc/gen.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cflags{
'-Wall', '-Wpedantic',
'-D HAVE_CONFIG_H',
'-D YYPATCH=20240109',
'-D YYPATCH=20241231',
'-I $dir',
}

Expand Down
2 changes: 1 addition & 1 deletion pkg/byacc/sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f2897779017189f1a94757705ef6f6e15dc9208ef079eea7f28abec577e08446 byacc-20240109.tgz
192c2fae048d4e7f514ba451627f9c4e612765099f819c19191f9fde3e609673 byacc-20241231.tgz
2 changes: 1 addition & 1 deletion pkg/byacc/url
Original file line number Diff line number Diff line change
@@ -1 +1 @@
url = "https://invisible-mirror.net/archives/byacc/byacc-20240109.tgz"
url = "https://invisible-mirror.net/archives/byacc/byacc-20241231.tgz"
2 changes: 1 addition & 1 deletion pkg/byacc/ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240109 r0
20241231 r0