summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordaurnimator2020-07-09 23:16:17 +1000
committerdaurnimator2020-07-09 23:16:17 +1000
commit1c66540778970463bcab803b065f46492ac2b659 (patch)
treeeb6c83969629bfcc0221242c7c9e6eae23b9abf8 /PKGBUILD
parent0181c12ee86e8b23a6dd0abd6433746024a9d614 (diff)
downloadaur-1c66540778970463bcab803b065f46492ac2b659.tar.gz
Update to 20200709
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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;