aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Callahan <arksine.code@gmail.com>2024-06-11 16:14:38 -0400
committerKevin O'Connor <kevin@koconnor.net>2024-06-11 21:36:25 -0400
commit0d87bec159eba63744d820b5beaef5da20388ba4 (patch)
treea2c9fdb3d08a422c6de027338651baa6f9d1b2c3
parent589bd64ce013691ef8989d3dfbc74ffe0822d480 (diff)
downloadkutter-0d87bec159eba63744d820b5beaef5da20388ba4.tar.gz
kutter-0d87bec159eba63744d820b5beaef5da20388ba4.tar.xz
kutter-0d87bec159eba63744d820b5beaef5da20388ba4.zip
ci-install: update gnu-pru to version 2024.05
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
-rwxr-xr-xscripts/ci-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci-install.sh b/scripts/ci-install.sh
index a7d2599a..f5a18612 100755
--- a/scripts/ci-install.sh
+++ b/scripts/ci-install.sh
@@ -35,7 +35,7 @@ if [ ! -f ${PRU_FILE} ]; then
cd ${BUILD_DIR}
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
- git clone https://github.com/dinuxbg/gnupru -b 2023.01 --depth 1
+ git clone https://github.com/dinuxbg/gnupru -b 2024.05 --depth 1
cd gnupru
export PREFIX=${PRU_DIR}
./download-and-prepare.sh 2>&1 | pv -nli 30 > ${BUILD_DIR}/gnupru-build.log