Created
July 24, 2026 01:11
-
-
Save mforce/c499a9f4ad968279f4a428faf9afe6fc to your computer and use it in GitHub Desktop.
Update for 0.100.18 — new sha256 for the .deb, everything else unchanged. Patch below
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 0d10bbda06bf2a91d59994b2be18998d10890b1f Mon Sep 17 00:00:00 2001 | |
| From: mforce <> | |
| Date: Thu, 23 Jul 2026 18:04:47 -0700 | |
| Subject: [PATCH] bump: update nvidia-sync to 0.100.18 | |
| --- | |
| .SRCINFO | 6 +++--- | |
| PKGBUILD | 4 ++-- | |
| 2 files changed, 5 insertions(+), 5 deletions(-) | |
| diff --git a/.SRCINFO b/.SRCINFO | |
| index 4e23212..408dd7e 100644 | |
| --- a/.SRCINFO | |
| +++ b/.SRCINFO | |
| @@ -1,12 +1,12 @@ | |
| pkgbase = nvidia-sync | |
| - pkgver = 0.97.6 | |
| + pkgver = 0.100.18 | |
| pkgrel = 1 | |
| url = https://build.nvidia.com/spark/connect-to-your-spark/sync | |
| arch = x86_64 | |
| license = custom:NVIDIA | |
| - source = https://workbench.download.nvidia.com/stable/linux/debian/pool/proprietary/n/nvidia-sync/nvidia-sync_0.97.6_amd64.deb | |
| + source = https://workbench.download.nvidia.com/stable/linux/debian/pool/proprietary/n/nvidia-sync/nvidia-sync_0.100.18_amd64.deb | |
| source = nvidia-sync-terminal-launcher.sh | |
| - sha256sums = c706b6a58a9dddaa3759197a7e8f46d44e322a0d27e6dda8831af90cd69b0c8b | |
| + sha256sums = 2eeee871e2db29a33ac8f75c3234b59b5804f5edea4923393224acc4b6c776ee | |
| sha256sums = 1cd21fa2618882fae08d26211638c53d60e54573ca8dee42803692fe71a2af4e | |
| pkgname = nvidia-sync | |
| diff --git a/PKGBUILD b/PKGBUILD | |
| index 6064e8d..145ff81 100644 | |
| --- a/PKGBUILD | |
| +++ b/PKGBUILD | |
| @@ -1,6 +1,6 @@ | |
| # Maintainer: Johnathon Schultz <jomoschultz+aur [at] gmail [dot] com> | |
| pkgname=('nvidia-sync' 'nvidia-sync-terminal-fix') | |
| -pkgver=0.97.6 | |
| +pkgver=0.100.18 | |
| pkgrel=1 | |
| arch=('x86_64') | |
| url="https://build.nvidia.com/spark/connect-to-your-spark/sync" | |
| @@ -11,7 +11,7 @@ source=( | |
| "https://workbench.download.nvidia.com/stable/linux/debian/pool/proprietary/n/nvidia-sync/nvidia-sync_${pkgver}_amd64.deb" | |
| "nvidia-sync-terminal-launcher.sh" | |
| ) | |
| -sha256sums=('c706b6a58a9dddaa3759197a7e8f46d44e322a0d27e6dda8831af90cd69b0c8b' | |
| +sha256sums=('2eeee871e2db29a33ac8f75c3234b59b5804f5edea4923393224acc4b6c776ee' | |
| '1cd21fa2618882fae08d26211638c53d60e54573ca8dee42803692fe71a2af4e') | |
| package_nvidia-sync() { | |
| -- | |
| 2.55.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment