Skip to content

Commit c55577f

Browse files
committed
chore(stacks): change envtpl owner
1 parent 819d8af commit c55577f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"envtpl": {
7878
"name": "envtpl",
7979
"type": "github",
80-
"owner": "subfuzion",
80+
"owner": "duanhongyi",
8181
"match": "^v[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
8282
},
8383
"erlang": {

scripts/stack-utils

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ shopt -s expand_aliases
55
alias gzip="gzip -n -9"
66

77
. /etc/os-release
8-
export GO_VERSION=1.23
9-
export RUBY_VERSION=3.3
8+
export GO_VERSION=1.24
9+
export RUBY_VERSION=3.4
1010
export RUST_VERSION=1
1111
export STACK_NAME="${STACK_NAME:?name is required}"
1212
export STACK_VERSION="${STACK_VERSION:?version is required}"

stacks/envtpl/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function build() {
99
install-stack go "${GO_VERSION}" && . init-stack
1010
mkdir -p $GOPATH/src
1111

12-
curl -sSL "https://github.com/subfuzion/envtpl/archive/refs/tags/v${STACK_VERSION}.tar.gz" | tar -xz \
12+
curl -sSL "https://github.com/duanhongyi/envtpl/archive/refs/tags/v${STACK_VERSION}.tar.gz" | tar -xz \
1313
&& mv envtpl-${STACK_VERSION} $GOPATH/src/envtpl/ \
1414
&& cd $GOPATH/src/envtpl \
1515
&& export GO111MODULE=on \

0 commit comments

Comments
 (0)