summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2026-04-03 14:54:18 +0100
committerGitHub <noreply@github.com>2026-04-03 14:54:18 +0100
commitdc76608768f0a06a78e7608c4ccda4e358095c85 (patch)
tree3d50e1d28cacdeb4c38cf085a0a94173bcf405dc /scripts
parenta03ba5a8a61d2d68b0827ba98fa15863a4e1a5f9 (diff)
parent9f380855215a079cf3e0c113ac3e807918cf0721 (diff)
downloadvyos-build-dc76608768f0a06a78e7608c4ccda4e358095c85.tar.gz
vyos-build-dc76608768f0a06a78e7608c4ccda4e358095c85.zip
Merge pull request #1153 from c-po/jool-update
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)