summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Schlisio2018-07-31 17:19:45 +0200
committerGeorg Schlisio2018-07-31 17:19:45 +0200
commit3c3280d50c8aeb602165b71d148bdbf8bcdb5763 (patch)
tree83a72c7a4ad5016c6408e4dd84bf1faef0ff8c5f
parente7b08992f4ab321fc8c97f376dc3bc18f60ee134 (diff)
downloadaur-3c3280d50c8aeb602165b71d148bdbf8bcdb5763.tar.gz
0.7.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6539aa79ef3f..0faf7db88f26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
+# Generated by mksrcinfo v8
+# Tue Jul 31 15:19:42 UTC 2018
pkgbase = python-tlslite-ng
pkgdesc = Pure python implementation of SSL and TLS
- pkgver = 0.7.4
+ pkgver = 0.7.5
pkgrel = 1
url = https://github.com/tomato42/tlslite-ng
arch = any
license = custom:mixed free licenses
- source = python-tlslite-ng-0.7.4.tar.gz::https://github.com/tomato42/tlslite-ng/archive/v0.7.4.tar.gz
- md5sums = 48fbed582b17abdbac24f40cbadc0412
+ source = python-tlslite-ng-0.7.5.tar.gz::https://github.com/tomato42/tlslite-ng/archive/v0.7.5.tar.gz
+ md5sums = 45e5b1991037f1e215f79916d8a1cc77
pkgname = python-tlslite-ng
depends = python-ecdsa
diff --git a/PKGBUILD b/PKGBUILD
index 1d004660b331..2f8e83feae3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=("python-tlslite-ng" "python2-tlslite-ng")
pkgbase="python-tlslite-ng"
-pkgver=0.7.4
+pkgver=0.7.5
pkgrel=1
pkgdesc="Pure python implementation of SSL and TLS"
url="https://github.com/tomato42/tlslite-ng"
arch=('any')
license=('custom:mixed free licenses')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tomato42/tlslite-ng/archive/v${pkgver}.tar.gz")
-md5sums=('48fbed582b17abdbac24f40cbadc0412')
+md5sums=('45e5b1991037f1e215f79916d8a1cc77')
package_python-tlslite-ng() {
depends=("python-ecdsa")