[arch-commits] Commit in botan/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Tue Nov 15 17:15:33 UTC 2016


    Date: Tuesday, November 15, 2016 @ 17:15:32
  Author: arodseth
Revision: 195983

upgpkg: botan 1.11.33-1

Modified:
  botan/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-15 17:00:47 UTC (rev 195982)
+++ PKGBUILD	2016-11-15 17:15:32 UTC (rev 195983)
@@ -6,17 +6,17 @@
 # Contributor: Hexchain Tong <richard0053 at gmail.com>
 
 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=("http://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
+source=("https://botan.randombit.net/releases/Botan-${pkgver}.tgz"{,.asc})
 #source=("git://github.com/randombit/botan.git#commit=8e19ecf11c")
-md5sums=('dffcbe550f3e643bdd03b0d7d879fa06'
+md5sums=('505f0e34acb3e71041b0b6a4e1ca38ac'
          'SKIP')
 # Botan Distribution Key. To import: gpg --import botan.key
 validpgpkeys=('621DAF6411E1851C4CF9A2E16211EBF1EFBADFBC')
@@ -44,5 +44,5 @@
   install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-# getver: botan.randombit.net
+# getver: github.com/randombit/botan
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list