summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/xxhash/xxhash_0.8.3.bb (renamed from meta/recipes-support/xxhash/xxhash_0.8.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/xxhash/xxhash_0.8.2.bb b/meta/recipes-support/xxhash/xxhash_0.8.3.bb
index f16b183c95..227649854e 100644
--- a/meta/recipes-support/xxhash/xxhash_0.8.2.bb
+++ b/meta/recipes-support/xxhash/xxhash_0.8.3.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=13be6b481ff5616f77dda971191bb29b \
10SRC_URI = "git://github.com/Cyan4973/xxHash.git;branch=release;protocol=https" 10SRC_URI = "git://github.com/Cyan4973/xxHash.git;branch=release;protocol=https"
11UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 11UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
12 12
13SRCREV = "bbb27a5efb85b92a0486cf361a8635715a53f6ba" 13SRCREV = "e626a72bc2321cd320e953a0ccf1584cad60f363"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16