Skip to content

Commit

Permalink
Add OpenBSD 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Oct 8, 2024
1 parent ebd4a14 commit 2681613
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions openbsd
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,18 @@ class Version:
return cls.versions.get(version)

DEFAULT_VERSION = Version.add(
version = "7.6",
pub = lines(
"untrusted comment: openbsd 7.6 base public key",
"RWTkuwn4mbq8ouJbfO4VfNH8+FdiZUosz2qIR0V0C9bm6CnVEt7CGkV0",
),
archs = {
"amd64": "ca4df9a3edb7e86347240044d8c003d0f48f6460c0d4c37352624fe5b57bf830",
"i386": "baa0483450dc79c5cae2741530d6e3c2e6858a9836e03bff96fcf75e396124c0",
},
)

Version.add(
version = "7.5",
pub = lines(
"untrusted comment: openbsd 7.5 public key",
Expand Down

0 comments on commit 2681613

Please sign in to comment.