summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c004c6ea132..b2e6e95f6621 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = lua-luaossl
- pkgver = 20190731
+ pkgver = 20200709
pkgrel = 1
url = http://25thandclement.com/~william/projects/luaossl.html
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = lua-luaossl
makedepends = lua51
makedepends = lua52
depends = openssl
- source = lua-luaossl-20190731.tar.gz::https://github.com/wahern/luaossl/archive/rel-20190731.tar.gz
- md5sums = 7c60e9d0081700f1507f62d7aa0fbcbd
+ source = lua-luaossl-20200709.tar.gz::https://github.com/wahern/luaossl/archive/rel-20200709.tar.gz
+ md5sums = 3bc2d6f3fc72bf68571f8e21f0acf8c4
pkgname = lua-luaossl
pkgdesc = Most comprehensive OpenSSL module in the Lua universe for Lua 5.3
diff --git a/PKGBUILD b/PKGBUILD
index f9bedf2cc90a..4c2fe12651db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Daurnimator <quae@daurnimator.com>
+# Maintainer: Daurnimator <daurnimator@archlinux.org>
pkgname=(lua-luaossl lua51-luaossl lua52-luaossl)
-pkgver=20190731
+pkgver=20200709
pkgrel=1
arch=('x86_64')
url='http://25thandclement.com/~william/projects/luaossl.html'
@@ -9,7 +9,7 @@ license=('MIT')
makedepends=('lua' 'lua51' 'lua52')
depends=('openssl')
source=("$pkgname-$pkgver.tar.gz::https://github.com/wahern/luaossl/archive/rel-$pkgver.tar.gz")
-md5sums=('7c60e9d0081700f1507f62d7aa0fbcbd')
+md5sums=('3bc2d6f3fc72bf68571f8e21f0acf8c4')
build() {
cd luaossl-rel-$pkgver;