diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-06 19:22:41 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-06 19:22:41 +0900 |
| commit | 38cc4a642930ab38fde5e6f7504033cf8dae1eb7 (patch) | |
| tree | b11848c2d5824247a9b26920237d8dc9c3d97a87 | |
| parent | 27ef7f81fac891beb04965bec4029e65b1ddd82b (diff) | |
internal/rosa/openssl: check stable versions
This has a bunch of strange malformed tags.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/openssl.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/rosa/openssl.go b/internal/rosa/openssl.go index 2b0f5e3f..795adf0d 100644 --- a/internal/rosa/openssl.go +++ b/internal/rosa/openssl.go @@ -46,5 +46,8 @@ func init() { Website: "https://www.openssl.org/", ID: 2566, + + // strange malformed tags treated as pre-releases in Anitya + latest: (*Versions).getStable, } } |
