summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Schichtel2025-02-02 21:01:04 +0100
committerPhillip Schichtel2025-02-02 21:01:04 +0100
commit5254842f2654ab14fa0c3bba4ec6cc5bb16fbbf1 (patch)
treebe475d91f8432ffe2b20279eeb55d12d905c201f
parente7f133c3e6a26fd089d1baa7230bdb576925309e (diff)
downloadaur-5254842f2654ab14fa0c3bba4ec6cc5bb16fbbf1.tar.gz
update to 2025.01
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5037ddec3a5a..0ec02b2f75e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = can-utils
pkgdesc = Linux-CAN / SocketCAN user space applications
- pkgver = 2023.03
+ pkgver = 2025.01
pkgrel = 1
url = https://github.com/linux-can/can-utils
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = can-utils
makedepends = cmake
makedepends = ninja
conflicts = can-utils-git
- source = git+https://github.com/linux-can/can-utils.git#commit=cfe41963f3425e9adb01a70cfaddedf5e5982720
- sha256sums = SKIP
+ source = git+https://github.com/linux-can/can-utils.git#commit=01083a64ebf28cc716efe2d2fd51c141042ae34b
+ sha256sums = 974ab7b17437d1e9d45b1db4e2ae4142bd3d7c167cdd9deb9efdc59a94173b21
pkgname = can-utils
diff --git a/PKGBUILD b/PKGBUILD
index d5a5a7d3f170..297dd5419d3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Gonçalo Camelo Neves Pereira <goncalo_pereira@outlook.pt>
pkgname=can-utils
-pkgver=2023.03
+pkgver=2025.01
_pkgname=can-utils-${pkgver}
pkgrel=1
pkgdesc="Linux-CAN / SocketCAN user space applications"
@@ -10,8 +10,8 @@ arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/linux-can/can-utils"
license=('GPL2')
conflicts=("can-utils-git")
-source=("git+https://github.com/linux-can/can-utils.git#commit=cfe41963f3425e9adb01a70cfaddedf5e5982720")
-sha256sums=('SKIP')
+source=("git+https://github.com/linux-can/can-utils.git#commit=01083a64ebf28cc716efe2d2fd51c141042ae34b")
+sha256sums=('974ab7b17437d1e9d45b1db4e2ae4142bd3d7c167cdd9deb9efdc59a94173b21')
makedepends=('git' 'cmake' 'ninja')
build() {