Skip to content

dashboard: update dragonfly to 6.4.0 #83

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

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 4 additions & 1 deletion env/dragonfly-amd64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ MD5_600=252fc700803dbadce1de928432373bbb
ISO_622=dfly-x86_64-6.2.2_REL.iso
MD5_622=b391a29c8e9c1cc33f2441ff1f0d98a0

ISO_640=dfly-x86_64-6.4.0_REL.iso
MD5_640=5dbf894d9120664a675030c475f25040

# Default version when invoking make. Can override on command line: make V=600
V=622
V=640

ISO=$(ISO_$V)
MD5=$(MD5_$V)
Expand Down