package/openpgm: drop release- prefix to match release-monitoring.org
authorAlexander Lukichev <alexander.lukichev@gmail.com>
Sun, 1 Dec 2019 12:49:13 +0000 (14:49 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 2 Dec 2019 11:42:28 +0000 (12:42 +0100)
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 a 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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/openpgm/openpgm.hash
package/openpgm/openpgm.mk

index f20e02a7fb043a4f176d0c24eed4a9dd3368cd6d..581a2234626f13134aeb493c4eb2e6bf247e072e 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 ecd48fd0bcfd8351ce6dcf31b063dd8fe83d3dab41bca62a6ebd6880a88c4a69  openpgm-release-5-2-122.tar.gz
+sha256 acc1545fd8060aa66b17327110e2859e451cfc685ebd3b2211619728e3471b66  openpgm-5-2-122.tar.gz
index 8c85344b687ed3b3e660b3d492d8b1376479bbed..8163982d373014ff0cddfee3faf4e9ed01fa4ec1 100644 (file)
@@ -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