Skip to content

Commit dc8fbea

Browse files
tegonal-botrobstoll
authored andcommitted
update files of remote gt to version v1.3.1 via gt
1 parent 27a9a2b commit dc8fbea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/gt-update.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
66
# /___/ Please report bugs and contribute back your improvements
77
#
8-
# Version: v1.3.0
8+
# Version: v1.3.1
99
###################################
1010
name: "gt update"
1111
on:
@@ -40,8 +40,8 @@ jobs:
4040
echo "public key trusted" && \
4141
mkdir ./gpg && \
4242
gpg --homedir ./gpg --import ./signing-key.public.asc && \
43-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.3.0/install.sh" && \
44-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.3.0/install.sh.sig" && \
43+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.3.1/install.sh" && \
44+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.3.1/install.sh.sig" && \
4545
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
4646
chmod +x ./install.sh && \
4747
echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \
@@ -79,8 +79,8 @@ jobs:
7979
echo "public key trusted" && \
8080
mkdir ./gpg && \
8181
gpg --homedir ./gpg --import ./signing-key.public.asc && \
82-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.3.0/install.sh" && \
83-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.3.0/install.sh.sig" && \
82+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.3.1/install.sh" && \
83+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.3.1/install.sh.sig" && \
8484
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
8585
chmod +x ./install.sh && \
8686
echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \

.gt/remotes/gt/pulled.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#@ Version: 1.1.0
22
tag file relativeTarget tagFilter sha512
3-
v1.3.0 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml .* f935d46639b8e070bebffd877705e361ebfd49c4d4173392f7c95934d52dd5f491cb27b63b1c220ba71c160db31260a3463667de5c05590195fbd2a93e0f73a5
3+
v1.3.1 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml .* 8827e37d61d509c86d2a39e7b136e632c6c5732739e6d5c397a5af81c9a08fe4e2413c78a45672a2c20ebc51ed29cbbb58395f27c916d3de94f9dd2552ff766e

0 commit comments

Comments
 (0)