summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-09-26 09:42:56 +0200
committerNicola Murino2021-09-26 09:42:56 +0200
commit38057ec095e96a26cf280090914995f2282582fc (patch)
tree208e0a94b9fe5ac0bc9208a1d2aa614afb25721b
parent36a42208adcb2be34b674b9c901158c9dbf3c521 (diff)
downloadaur-38057ec095e96a26cf280090914995f2282582fc.tar.gz
update to 2.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89c6c6cd2b06..5422de486985 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libsrtp
pkgdesc = Library for SRTP (Secure Realtime Transport Protocol) (mingw-w64)
- pkgver = 2.4.0
+ pkgver = 2.4.2
pkgrel = 1
url = https://github.com/cisco/libsrtp
arch = any
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-libsrtp
options = !strip
options = !buildflags
options = staticlibs
- source = mingw-w64-libsrtp-2.4.0.tar.gz::https://github.com/cisco/libsrtp/archive/v2.4.0.tar.gz
- sha256sums = 713c5c1dc740707422307f39834c0b0fbb76769168d87e92c438a3cca8233d3d
+ source = mingw-w64-libsrtp-2.4.2.tar.gz::https://github.com/cisco/libsrtp/archive/v2.4.2.tar.gz
+ sha256sums = 3b1bcb14ebda572b04b9bdf07574a449c84cb924905414e4d94e62837d22b628
pkgname = mingw-w64-libsrtp
diff --git a/PKGBUILD b/PKGBUILD
index 08a9c289f59a..779c41cdf020 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-libsrtp
-pkgver=2.4.0
+pkgver=2.4.2
pkgrel=1
pkgdesc="Library for SRTP (Secure Realtime Transport Protocol) (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ makedepends=('mingw-w64-configure')
depends=('mingw-w64-crt')
options=('!strip' '!buildflags' 'staticlibs')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('713c5c1dc740707422307f39834c0b0fbb76769168d87e92c438a3cca8233d3d')
+sha256sums=('3b1bcb14ebda572b04b9bdf07574a449c84cb924905414e4d94e62837d22b628')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"