Skip to content

Commit eee69bd

Browse files
committed
update files of remote gt to version v1.4.4 via gt
1 parent a69ab67 commit eee69bd

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.4.3
8+
# Version: v1.4.4
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.4.3/install.sh" && \
44-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.3/install.sh.sig" && \
43+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.4/install.sh" && \
44+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.4/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.4.3/install.sh" && \
83-
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.3/install.sh.sig" && \
82+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.4/install.sh" && \
83+
wget "https://raw.githubusercontent.com/tegonal/gt/v1.4.4/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.4.3 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml .* 2293df42955618649e2a8ae349bd0c0c08fc217090c59f50f23e57cad7ad4473bd5a7d0bc9a888a3785a3c1752e7b49882f4861e8b6996a1422429bebb48af6c
3+
v1.4.4 .github/workflows/gt-update.yml ../.github/workflows/gt-update.yml .* 7098d4d692a9f105399e2d26c4a77573b87de2cd5dc34c5e0af23fc0b1d99babec513ff995906a118e5b44fb055ff4da13f4ba4b57f12e4e415cb26198083dce

0 commit comments

Comments
 (0)