summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-11-03 12:47:49 (EST)
committer P. J. McDermott <pj@pehjota.net>2014-11-03 12:47:49 (EST)
commit4447f4b0476ea24e2bb44341c783a6ad56584a2b (patch)
tree81e66396b95b73d6ed94bc22ee6e5937e9fabea5
parentf69dede0212bed5d5217e08e12cd0a1e0323ab42 (diff)
Use dot between date and commit ID in version
-rw-r--r--changelog2
-rw-r--r--source.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/changelog b/changelog
index de6915e..9b9c36a 100644
--- a/changelog
+++ b/changelog
@@ -1,4 +1,4 @@
-open-ath9k-htc-firmware (1.4~git20140911~caee5fe-1) trunk
+open-ath9k-htc-firmware (1.4~git20140911.caee5fe-1) trunk
* Initial release.
diff --git a/source.mk b/source.mk
index f8948c6..4415629 100644
--- a/source.mk
+++ b/source.mk
@@ -1,5 +1,5 @@
upstream_commit = $$(printf '%s\n' '$(OPK_SOURCE_VERSION_UPSTREAM)' | \
- sed 's/^.*~git........~\([0-9a-f]*\).*$$/\1/')
+ sed 's/^.*~git........\.\([0-9a-f]*\).*$$/\1/')
upstream_url_base = https://github.com/qca/open-ath9k-htc-firmware
upstream_url = $(upstream_url_base)/archive/$(upstream_commit).tar.gz
source_archive = ../$(OPK_SOURCE)-$(OPK_SOURCE_VERSION_UPSTREAM).orig.tar.gz