Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Bump amazon-ssm-agent to 3.1.1208.0 #1800

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion app-emulation/amazon-ssm-agent/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST amazon-ssm-agent-2.3.1319.0.tar.gz 22207875 BLAKE2B 9c94f6837079d8117dffea09b1f793d261ac0cb2321c5e0f5a422ea1c57f5abeb3eb38fae74f91481d70ab3bb55dd2098fca4136c37a692d182b45560ed05900 SHA512 bb1d09704981277701bd0b70fadb8c6c917b72fce3f228511def621ea85ee4f401b20456e82bd7e9eed28350260b63076d49cf5f4004555fa16d645bafbecc41
DIST amazon-ssm-agent-3.1.1208.0.tar.gz 23339207 BLAKE2B b9457a8c5e8737e78c76dfb1a6b88cd850acfecc78e71fd9df05f8be2dcddde2dd515b1887726f4aaff49a4f966de1008836b24693584eb449f88b54b67002eb SHA512 96dda292358d7024e8d83da06142333e250cbd00be97027c13d4531ff756f3b4dc59c464a8e24ee1ffbd8b105bb1a085e3f7e3f6b38a35df7b846e5804079c37
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
EAPI=7

COREOS_GO_PACKAGE="${GITHUB_URI}"
COREOS_GO_VERSION="go1.12"
COREOS_GO_VERSION="go1.17"

inherit coreos-go-depend golang-vcs-snapshot

Expand All @@ -17,11 +17,6 @@ KEYWORDS="amd64 arm64"

S="${WORKDIR}/${PN}-${PV}/src/${EGO_PN}"

PATCHES=(
# patch generated by `goimports -w ./agent` command
"${FILESDIR}"/${P}-goimports.patch
)

src_prepare() {
default
ln -s ${PWD}/vendor/src/* ${PWD}/vendor/
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- amazon-ssm-agent ([3.1.1208.0](https://github.com/aws/amazon-ssm-agent/releases/tag/3.1.1208.0))