Skip to content

Commit 0ae7518

Browse files
committed
libbotan: Update to 3.7.1
1 parent 7744e53 commit 0ae7518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mingw-w64-libbotan/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
_realname=libbotan
44
pkgbase="mingw-w64-${_realname}"
55
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
6-
pkgver=3.6.1
7-
pkgrel=2
6+
pkgver=3.7.1
7+
pkgrel=1
88
pkgdesc='Crypto and TLS Library for Modern C++ (mingw-w64)'
99
arch=('any')
1010
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -26,7 +26,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
2626
source=("https://botan.randombit.net/releases/Botan-${pkgver}.tar.xz"{,.asc}
2727
'002-winsock-link.patch')
2828
noextract=("Botan-${pkgver}.tar.xz")
29-
sha256sums=('7cb8575d88d232c77174769d7f9e24bb44444160585986eebd66e749cb9a9089'
29+
sha256sums=('fc0620463461caaea8e60f06711d7e437a3ad1eebd6de4ac29c14bbd901ccd1b'
3030
'SKIP'
3131
'cf9974f076d91e8f58f7d9688b7ab78cc790720923c73b293871fc7b83fd55c6')
3232
validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC') # Botan Distribution Key

0 commit comments

Comments
 (0)