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 a280383..f9db073 100644 --- a/site/Makefile +++ b/site/Makefile @@ -20,9 +20,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.8.6 \ - CURV=1.8 \ - NEXTV=1.9 \ + SITE=https://ftp.omarpolo.com \ + VERS=2.0 \ + PUBKEY=gmid-2.0.pub \ TREE=https://github.com/omar-polo/gmid/blob/master SUBST_GEM = ${SUBST} MANEXT=txt EXT=gmi REPOLOGY=${REPOLOGY_URL} |