diff options
author | Phillip Schichtel | 2025-02-02 21:01:04 +0100 |
---|---|---|
committer | Phillip Schichtel | 2025-02-02 21:01:04 +0100 |
commit | 5254842f2654ab14fa0c3bba4ec6cc5bb16fbbf1 (patch) | |
tree | be475d91f8432ffe2b20279eeb55d12d905c201f | |
parent | e7f133c3e6a26fd089d1baa7230bdb576925309e (diff) | |
download | aur-5254842f2654ab14fa0c3bba4ec6cc5bb16fbbf1.tar.gz |
update to 2025.01
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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() { |