package/libostree: bump to version 2020.3
authorMarcus Folkesson <marcus.folkesson@gmail.com>
Mon, 23 Mar 2020 13:28:09 +0000 (14:28 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 23 Mar 2020 20:54:28 +0000 (21:54 +0100)
Upstream only ever made a dot-relase once, and it is not even available
as a tag, and it is not even listed as a separate release on their
github release page. We can assume that dot-release is not in upstream
habits. Drop the VERSION_MAJOR variable, just use VERSION.

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
[yann.morin.1998@free.fr:
  - drop VERSION_MAJOR
  - two spaces in hash file
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/libostree/libostree.hash
package/libostree/libostree.mk

index 374f278f42fca12149ad580d1b8d837ec4c1a4f5..2ebc560d835755b25c96cdb412feb4f1c6950543 100644 (file)
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 5482b8fc179c6d2861acb176a1c379e4d02f709bffa92e63f5360f65e57219ae  libostree-2019.6.tar.xz
-sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c  COPYING
+sha256  5877396ea092f5b6701c17bd20280746cad20f55a94c760dbeba0fa115818c05  libostree-2020.3.tar.xz
+sha256  b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c  COPYING
index aed97b70ccd09faf3fb3ebf76c2896484e6cdcaa..57d9e98d7202f873e75dcc59e223e13b8ed90492 100644 (file)
@@ -4,10 +4,9 @@
 #
 ################################################################################
 
-LIBOSTREE_VERSION_MAJOR = 2019.6
-LIBOSTREE_VERSION= $(LIBOSTREE_VERSION_MAJOR)
+LIBOSTREE_VERSION = 2020.3
 LIBOSTREE_SOURCE = libostree-$(LIBOSTREE_VERSION).tar.xz
-LIBOSTREE_SITE = https://github.com/ostreedev/ostree/releases/download/v$(LIBOSTREE_VERSION_MAJOR)
+LIBOSTREE_SITE = https://github.com/ostreedev/ostree/releases/download/v$(LIBOSTREE_VERSION)
 
 LIBOSTREE_LICENSE = LGPL-2.0+
 LIBOSTREE_LICENSE_FILES = COPYING