UPSTREAM_VER=0.64.2
# Find dependency versions at
#
# https://github.com/containers/common/blob/v$PKGVER/go.sum
__IMAGE_VER=5.34.3
__STORAGE_VER=1.57.2
# FIXME: the following two dependencies are not in the go.sum file above.
__SHORTNAMES_VER=2025.03.19
__SKOPEO_VER=1.18.0

VER=${UPSTREAM_VER}+image${__IMAGE_VER}+shortnames${__SHORTNAMES_VER}+skopeo${__SKOPEO_VER}+storage${__STORAGE_VER}
__ORG_URL="https://github.com/containers"
SRCS="git::commit=tags/v${UPSTREAM_VER};rename=common::${__ORG_URL}/common \
      git::commit=tags/v${__IMAGE_VER};rename=image::${__ORG_URL}/image \
      git::commit=tags/v${__SHORTNAMES_VER};rename=shortnames::${__ORG_URL}/shortnames \
      git::commit=tags/v${__SKOPEO_VER};rename=skopeo::${__ORG_URL}/skopeo \
      git::commit=tags/v${__STORAGE_VER};rename=storage::${__ORG_URL}/storage"
CHKSUMS="SKIP \
         SKIP \
         SKIP \
         SKIP \
         SKIP"
SUBDIR="common"
CHKUPDATE="anitya::id=327044"
