diff --git a/mbedtls/PKGBUILD b/mbedtls/PKGBUILD index 034db4331..7d75e23fa 100644 --- a/mbedtls/PKGBUILD +++ b/mbedtls/PKGBUILD @@ -1,7 +1,7 @@ # Arch contribution https://www.archlinux.org/packages/community/x86_64/mbedtls/ pkgname=mbedtls -pkgver=2.4.0 +pkgver=2.4.2 pkgrel=1 pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl" arch=('x86_64') @@ -10,7 +10,7 @@ license=('Apache') depends=('glibc') options=('staticlibs') source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz") -sha256sums=('80eff0e0028f969355d6e34ffdd3dbf4eb2a9367b07ff2f3f70e6d75beee9e3f') +sha256sums=('d01f2d5586a52055329d194d909103f445bd2d0b6b2b5f1c830fbf828ac6299f') prepare() { cd "$pkgname-$pkgver"