summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-01-16 00:10:12 +0100
committerNicola Murino2020-01-16 00:10:12 +0100
commit9722463ad494e4e640549c9402038526fbe9af6a (patch)
tree6ccb882f91a7591bb798fc91395c8fba9bfc09a3
parent344edfac85431665fa70c8f0737e9ba858d32129 (diff)
downloadaur-9722463ad494e4e640549c9402038526fbe9af6a.tar.gz
update to 2.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69aa37ebcc7d..cd66ad866c62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Jun 23 22:52:13 UTC 2018
pkgbase = mingw-w64-libsrtp
pkgdesc = Library for SRTP (Secure Realtime Transport Protocol) (mingw-w64)
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/cisco/libsrtp
arch = any
@@ -12,8 +10,8 @@ pkgbase = mingw-w64-libsrtp
options = !strip
options = !buildflags
options = staticlibs
- source = mingw-w64-libsrtp-2.2.0.tar.gz::https://github.com/cisco/libsrtp/archive/v2.2.0.tar.gz
- sha256sums = 44fd7497bce78767e96b54a11bca520adb2ad32effd515f04bce602b60a1a50b
+ source = mingw-w64-libsrtp-2.3.0.tar.gz::https://github.com/cisco/libsrtp/archive/v2.3.0.tar.gz
+ sha256sums = 94093a5d04c5f4743e8d81182b76938374df6d393b45322f24960d250b0110e8
pkgname = mingw-w64-libsrtp
diff --git a/PKGBUILD b/PKGBUILD
index a0f94b24b082..a7a0e4e3577f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-libsrtp
-pkgver=2.2.0
+pkgver=2.3.0
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=('44fd7497bce78767e96b54a11bca520adb2ad32effd515f04bce602b60a1a50b')
+sha256sums=('94093a5d04c5f4743e8d81182b76938374df6d393b45322f24960d250b0110e8')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"