diff options
author | rubo77 <github@r.z11.de> | 2016-09-09 00:49:48 +0200 |
---|---|---|
committer | rubo77 <github@r.z11.de> | 2016-09-09 00:49:48 +0200 |
commit | 6bea4fd3843329c05dfa6ecaa5c2a7d398fe98a3 (patch) | |
tree | 2e8ddae3b04c1ae937157873a7fda159658fa986 | |
parent | 09c3e804610d629f8bdf1c35258244a421540d9e (diff) |
not another autoupdater call at the end of update 100v0.9.3
-rw-r--r-- | modules | 2 | ||||
-rw-r--r-- | site.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ PACKAGES_ROAMGUIDE_REPO=https://git.toppoint.de/sargon/roamguide ## PACKAGES_$feedname_COMMIT # the version/commit of the git repository to clone -PACKAGES_FFKI_COMMIT=67ffe553db95684aa144aa5b5d15905d18d44efb +PACKAGES_FFKI_COMMIT=6d375423b15b05098fcc9f8716c9b14e7085d48f PACKAGES_ROAMGUIDE_COMMIT=152f5649d06e4a1fecb96ee754bbd44fb1334f24 ## PACKAGES_$feedname_BRANCH @@ -33,7 +33,7 @@ GLUON_SITE_PACKAGES += \ # Always call `make` from the command line with the desired release version! # otherwise this is generated: -DEFAULT_GLUON_RELEASE := 0.9.1 +DEFAULT_GLUON_RELEASE := 0.9.3 #DEFAULT_GLUON_RELEASE := 2016.1.5~exp$(shell date '+%y%m%d%H%M') |