@@ -11,8 +11,8 @@ builds:
11
11
main : ./cmd/gop
12
12
binary : bin/gop
13
13
ldflags :
14
- - -X github.com/goplus/gop /env.buildVersion=v{{.Version}}
15
- - -X github.com/goplus/gop /env.buildDate={{.Date}}
14
+ - -X github.com/goplus/xgo /env.buildVersion=v{{.Version}}
15
+ - -X github.com/goplus/xgo /env.buildDate={{.Date}}
16
16
env :
17
17
- CGO_ENABLED=0
18
18
goos :
@@ -102,16 +102,16 @@ docker_manifests:
102
102
103
103
winget :
104
104
- name : goplus
105
- homepage : " https://goplus.org /"
105
+ homepage : " https://xgo.dev /"
106
106
publisher : goplus
107
- publisher_url : https://github.com/goplus/gop
108
- publisher_support_url : " https://github.com/goplus/gop /issues/new"
107
+ publisher_url : https://github.com/goplus/xgo
108
+ publisher_support_url : " https://github.com/goplus/xgo /issues/new"
109
109
package_identifier : goplus.gop
110
110
path : " manifests/g/goplus/gop/{{.Version}}"
111
111
tags :
112
112
- golang
113
113
- go
114
- - gop
114
+ - xgo
115
115
- goplus
116
116
- programming
117
117
- language
@@ -120,9 +120,9 @@ winget:
120
120
- data science
121
121
- engineering
122
122
- education
123
- short_description : The Go+ Programming Language
123
+ short_description : The XGo Programming Language
124
124
description : |
125
- The Go+ programming language is designed for engineering, STEM education, and data science.
125
+ The XGo programming language is designed for engineering, STEM education, and data science.
126
126
- For engineering: working in the simplest language that can be mastered by children.
127
127
- For STEM education: studying an engineering language that can be used for work in the future.
128
128
- For data science: communicating with engineers in the same language.
@@ -151,11 +151,11 @@ winget:
151
151
nfpms :
152
152
- package_name : gop
153
153
vendor : goplus
154
- homepage : https://goplus.org /
154
+ homepage : https://xgo.dev /
155
155
maintainer :
Li Jie <[email protected] >
156
156
license : Apache-2.0
157
157
description : |
158
- The Go+ programming language is designed for engineering, STEM education, and data science.
158
+ The XGo programming language is designed for engineering, STEM education, and data science.
159
159
- For engineering: working in the simplest language that can be mastered by children.
160
160
- For STEM education: studying an engineering language that can be used for work in the future.
161
161
- For data science: communicating with engineers in the same language.
@@ -237,10 +237,10 @@ nfpms:
237
237
snapcrafts :
238
238
- id : gop
239
239
name : gop
240
- title : The Go+ Programming Language
241
- summary : The Go+ Programming Language
240
+ title : The XGo Programming Language
241
+ summary : The XGo Programming Language
242
242
description : |
243
- The Go+ programming language is designed for engineering, STEM education, and data science.
243
+ The XGo programming language is designed for engineering, STEM education, and data science.
244
244
- For engineering: working in the simplest language that can be mastered by children.
245
245
- For STEM education: studying an engineering language that can be used for work in the future.
246
246
- For data science: communicating with engineers in the same language.
@@ -310,7 +310,7 @@ snapcrafts:
310
310
command : " gop"
311
311
aliases : ["gop"]
312
312
environment :
313
- GOPROOT : " $SNAP"
313
+ XGOROOT : " $SNAP"
314
314
315
315
checksum :
316
316
name_template : " {{ .ProjectName }}{{ .Version }}.checksums.txt"
0 commit comments