Browse Source

Start new release 1.6.0 based on gluon 2022.1.4

Michael Schwarz 5 months ago
parent
commit
26bbc84272
2 changed files with 3 additions and 3 deletions
  1. 2 2
      extra/template.conf
  2. 1 1
      site.mk

+ 2 - 2
extra/template.conf

@@ -109,8 +109,8 @@
 							key = 'cf3855e5fa04e4c04a294cb6e8902f91c7ff7ef82bf031cc842a2b79b936677c',
 							remotes = {
 								'"gw04.ffho.net" port 100%ID',
-								'ipv6 "2a02:450:1::22" port 100%ID',
-								'ipv4 "80.70.181.63" port 100%ID',
+								'ipv6 "2003:0:f00:20::27" port 100%ID',
+								'ipv4 "217.243.19.27" port 100%ID',
 							},
 						},
 						gw05 = {

+ 1 - 1
site.mk

@@ -54,7 +54,7 @@ ifeq ($(GLUON_TARGET),x86-64)
 endif
 
 # 0.2~1 < 0.2 < 0.2+1 < 0.2-1 < 0.2.1 < 0.3
-DEFAULT_GLUON_RELEASE := 1.5.0~exp$(shell date '+%Y%m%d')
+DEFAULT_GLUON_RELEASE := 1.6.0~exp$(shell date '+%Y%m%d')
 DEFAULT_GLUON_PRIORITY := 0
 
 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)