diff options
Diffstat (limited to 'site/Makefile')
-rw-r--r-- | site/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/site/Makefile b/site/Makefile index 3bb10cc..c303c65 100644 --- a/site/Makefile +++ b/site/Makefile @@ -15,9 +15,9 @@ REPOLOGY_BANNER = https://repology.org/badge/vertical-allrepos/gmid.svg REPOLOGY_URL = https://repology.org/project/gmid/versions SUBST = ./subst GITHUB=https://github.com/omar-polo/gmid \ - VERS=1.7.5 \ - CURV=1.7 \ - NEXTV=1.8 \ + VERS=1.8 \ + CURV=1.8 \ + NEXTV=1.9 \ TREE=https://git.omarpolo.com/gmid/tree SUBST_GEM = ${SUBST} MANEXT=txt EXT=gmi REPOLOGY=${REPOLOGY_URL} |