From 780ec9dedf28456d3a63c47017b974efb59cea9c Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Tue, 15 Nov 2016 19:06:00 +0000
Subject: [PATCH] community/botan to 1.11.33-1

---
 community/botan/PKGBUILD | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/community/botan/PKGBUILD b/community/botan/PKGBUILD
index d3b516d51..11104ebe9 100644
--- a/community/botan/PKGBUILD
+++ b/community/botan/PKGBUILD
@@ -11,18 +11,18 @@
 #  - AArch64 patch
 
 pkgname=botan
-pkgver=1.11.32
+pkgver=1.11.33
 pkgrel=1
 pkgdesc='Crypto library written in C++'
 license=('BSD')
 arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
+url='https://botan.randombit.net/'
 depends=('gcc-libs' 'sh')
 makedepends=('python' 'asio' 'git')
 #source=("git://github.com/randombit/botan.git#commit=8e19ecf11c"
-source=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
+source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc}
         '0001-aarch64-support.patch')
-md5sums=('dffcbe550f3e643bdd03b0d7d879fa06'
+md5sums=('505f0e34acb3e71041b0b6a4e1ca38ac'
          'SKIP'
          '37165d2a365dd2e9d779b89fa55ba77b')
 # Botan Distribution Key. To import: gpg --import botan.key
@@ -70,4 +70,5 @@ package() {
   install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
+# getver: github.com/randombit/botan
 # vim:set ts=2 sw=2 et: