* [Buildroot] [PATCH 1/1] package/openpgm: fix version name to make Autobuild happy
@ 2019-12-01 12:49 Alexander Lukichev
2019-12-02 11:43 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Lukichev @ 2019-12-01 12:49 UTC (permalink / raw)
To: buildroot
Autobuild has a "version bump" checker that sends message to a
package maintainer if its declared version does not match the
latest one on release-monitoring.org. In case of openpgm the
version _is_ the latest one, but mismatch is caused by including
a "release-" prefix into tags on upstream and excluding them on
other websites when referring to the package's version.
This also fixes sha256 value for the downloaded archive.
Signed-off-by: Alexander Lukichev <alexander.lukichev@gmail.com>
---
package/openpgm/openpgm.hash | 2 +-
package/openpgm/openpgm.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/openpgm/openpgm.hash b/package/openpgm/openpgm.hash
index f20e02a7fb..581a223462 100644
--- a/package/openpgm/openpgm.hash
+++ b/package/openpgm/openpgm.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 ecd48fd0bcfd8351ce6dcf31b063dd8fe83d3dab41bca62a6ebd6880a88c4a69 openpgm-release-5-2-122.tar.gz
+sha256 acc1545fd8060aa66b17327110e2859e451cfc685ebd3b2211619728e3471b66 openpgm-5-2-122.tar.gz
diff --git a/package/openpgm/openpgm.mk b/package/openpgm/openpgm.mk
index 8c85344b68..8163982d37 100644
--- a/package/openpgm/openpgm.mk
+++ b/package/openpgm/openpgm.mk
@@ -4,8 +4,8 @@
#
################################################################################
-OPENPGM_VERSION = release-5-2-122
-OPENPGM_SITE = $(call github,steve-o,openpgm,$(OPENPGM_VERSION))
+OPENPGM_VERSION = 5-2-122
+OPENPGM_SITE = $(call github,steve-o,openpgm,release-$(OPENPGM_VERSION))
OPENPGM_LICENSE = LGPL-2.1+
OPENPGM_LICENSE_FILES = openpgm/pgm/LICENSE
OPENPGM_INSTALL_STAGING = YES
--
2.12.GIT
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/openpgm: fix version name to make Autobuild happy
2019-12-01 12:49 [Buildroot] [PATCH 1/1] package/openpgm: fix version name to make Autobuild happy Alexander Lukichev
@ 2019-12-02 11:43 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2019-12-02 11:43 UTC (permalink / raw)
To: buildroot
>>>>> "Alexander" == Alexander Lukichev <alexander.lukichev@gmail.com> writes:
> Autobuild has a "version bump" checker that sends message to a
> package maintainer if its declared version does not match the
> latest one on release-monitoring.org. In case of openpgm the
> version _is_ the latest one, but mismatch is caused by including
> a "release-" prefix into tags on upstream and excluding them on
> other websites when referring to the package's version.
> This also fixes sha256 value for the downloaded archive.
> Signed-off-by: Alexander Lukichev <alexander.lukichev@gmail.com>
Committed after rewording the commit message somewhat, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-12-02 11:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-01 12:49 [Buildroot] [PATCH 1/1] package/openpgm: fix version name to make Autobuild happy Alexander Lukichev
2019-12-02 11:43 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox