summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-04-03 13:22:24 +0200
committerChristian Breunig <christian@breunig.cc>2026-04-03 13:22:24 +0200
commit9f380855215a079cf3e0c113ac3e807918cf0721 (patch)
treebc321aaa3d737982ad3cf2b62a0ad2ead8f666d8 /scripts
parentaa0c2475ce87c8f1026e869cb6f3bce773cecf4b (diff)
downloadvyos-build-9f380855215a079cf3e0c113ac3e807918cf0721.tar.gz
vyos-build-9f380855215a079cf3e0c113ac3e807918cf0721.zip
Jool: T8299: upgrade version to 4.1.15
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/package-build/linux-kernel/build-jool.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/package-build/linux-kernel/build-jool.py b/scripts/package-build/linux-kernel/build-jool.py
index 3d2c3d6a..bfdcf93a 100755
--- a/scripts/package-build/linux-kernel/build-jool.py
+++ b/scripts/package-build/linux-kernel/build-jool.py
@@ -35,10 +35,10 @@ KERNEL_SRC: str = Path.cwd().as_posix() + '/linux'
# define variables
PACKAGE_NAME: str = 'jool'
-PACKAGE_VERSION: str = '4.1.9+bf4c7e3669'
+PACKAGE_VERSION: str = '4.1.15'
PACKAGE_DIR: str = f'{PACKAGE_NAME}-{PACKAGE_VERSION}'
-SOURCES_ARCHIVE: str = 'jool-4.1.9+bf4c7e3669.tar.gz'
-SOURCES_URL: str = f'https://github.com/NICMx/Jool/archive/7f08c42c615ed63cf0fdc1522d91aa0809f6d990.tar.gz'
+SOURCES_ARCHIVE: str = f'{PACKAGE_DIR}.tar.gz'
+SOURCES_URL: str = f'https://github.com/NICMx/Jool/archive/refs/tags/v{PACKAGE_VERSION}.tar.gz'
# download sources
sources_archive = Path(SOURCES_ARCHIVE)