golang-github-hashicorp-go-version 1.6.0-1 source package in Ubuntu

Changelog

golang-github-hashicorp-go-version (1.6.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.6.0
  * Set debian-branch to debian/sid for DEP-14 conformance
  * Bump Standards-Version to 4.6.2 (no change)

 -- Anthony Fok <email address hidden>  Tue, 11 Jul 2023 00:23:19 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-version_1.6.0-1.dsc 2.3 KiB 8f358ee374dba22a6b50f8e6b969ed2f7d2284e348845e74b42ef2d9e6a7ee01
golang-github-hashicorp-go-version_1.6.0.orig.tar.gz 15.5 KiB bac1ea761f4f5818f9966d7a3ecbd97d3dcc277ad5f0c4832081d36b4b0b1991
golang-github-hashicorp-go-version_1.6.0-1.debian.tar.xz 7.3 KiB d336ee457692f4b1755008731e8d9950cb6fe698b1b671a64f3ffd2a9ea26854

Available diffs

No changes file available.

Binary packages built by this source

golang-github-hashicorp-go-version-dev: library for parsing and verifying versions and version constraints

 go-version is a library for parsing versions and version constraints, and
 verifying versions against a set of constraints. go-version can sort a
 collection of versions properly, handles prerelease/beta versions, can
 increment versions, etc. Versions used with go-version must follow SemVer.