Skip to content

Commit d355fa9

Browse files
committed
Update crosstool-ng to 558d67ec0df4bcdf495376629639ebaffd8b1fe6
- new crosstool-ng version - use gh instead of hub
1 parent 8291b3a commit d355fa9

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

.ct-ng-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0ce5b27
1+
558d67ec0df4bcdf495376629639ebaffd8b1fe6

build.sh

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ source ~/.ct-ng-$(cat ./.ct-ng-version)/activate
66
mkdir -p output/downloads
77
export CT_PREFIX=${PWD}/output
88

9-
TAG=2023.04.01
10-
MTIME="2023-04-01 00:00Z"
9+
TAG=2024.11.01
10+
MTIME="2024-11-01 00:00Z"
1111

1212
function _build() {
1313
CONFIG=$1
@@ -27,16 +27,15 @@ function _build() {
2727
}
2828

2929
function _release() {
30-
hub release create -m "v${TAG}" \
31-
-a output/avr.tar.gz \
32-
-a output/avr.tar.gz.sha256 \
33-
-a output/aarch64-rpi3-linux-gnu.tar.gz \
34-
-a output/aarch64-rpi3-linux-gnu.tar.gz.sha256 \
35-
-a output/arm-cortex_a8-linux-gnueabihf.tar.gz \
36-
-a output/arm-cortex_a8-linux-gnueabihf.tar.gz.sha256 \
37-
-a output/armv6-rpi-linux-gnueabihf.tar.gz \
38-
-a output/armv6-rpi-linux-gnueabihf.tar.gz.sha256 \
39-
"v${TAG}"
30+
gh release create "v${TAG}" \
31+
output/avr.tar.gz \
32+
output/avr.tar.gz.sha256 \
33+
output/aarch64-rpi3-linux-gnu.tar.gz \
34+
output/aarch64-rpi3-linux-gnu.tar.gz.sha256 \
35+
output/arm-cortex_a8-linux-gnueabihf.tar.gz \
36+
output/arm-cortex_a8-linux-gnueabihf.tar.gz.sha256 \
37+
output/armv6-rpi-linux-gnueabihf.tar.gz \
38+
output/armv6-rpi-linux-gnueabihf.tar.gz.sha256
4039
}
4140

4241
function help() {

0 commit comments

Comments
 (0)