summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikos Toutountzoglou2024-09-06 10:20:09 +0200
committerNikos Toutountzoglou2024-09-06 10:20:09 +0200
commitaf3a3db8bf1d6dfdfd5139d51321890ebd40de10 (patch)
treef38feef1c5740e96ff49074faa2cbbc207504fc0 /PKGBUILD
parent867faf5b8091907637951c73004e8faeb48e51ae (diff)
downloadaur-af3a3db8bf1d6dfdfd5139d51321890ebd40de10.tar.gz
Update to version 12.5.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3e2e2a30e38..ce3127b6b904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nikos Toutountzoglou <nikos dot toutou at protonmail dot com>
pkgname=rtpengine-kernel-dkms
-pkgver=12.5.1.4
+pkgver=12.5.1.5
pkgrel=1
pkgdesc='Kernel module for rtpengine media proxy'
url="https://github.com/sipwise/rtpengine"
@@ -13,7 +13,7 @@ optdepends=('linux-headers: build modules against the Arch kernel'
'linux-zen-headers: build modules against the ZEN kernel'
'linux-hardened-headers: build modules against the HARDENED kernel')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sipwise/rtpengine/archive/refs/tags/mr${pkgver}.tar.gz")
-sha256sums=('f051bd6558357f8499b5afd6289240345faeb73862e1cbec47723d9fab4cd987')
+sha256sums=('b25c98268f39209b95f1cb699760191e165051750c9c3e5d1f51be381213852f')
prepare() {
cd rtpengine-mr${pkgver}
@@ -31,4 +31,4 @@ package() {
install -Dm644 kernel-module/xt_RTPENGINE.modules.load.d "${pkgdir}/etc/modules-load.d/${pkgname}.conf"
}
-# vim: ts=2 sw=2 et:
+# vim:set ts=2 sw=2 et: