summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaurnimator2018-08-10 11:26:53 +1000
committerdaurnimator2018-08-10 11:26:53 +1000
commite142476543a71341046c912906a9f5f190bc2d50 (patch)
treec82f95b05e0b44f5d421d355d31ffef1af5d2d72
parentf9ba02e1aef2ada630226e3e50b23fc537139420 (diff)
downloadaur-e142476543a71341046c912906a9f5f190bc2d50.tar.gz
Update to 20180708
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fde7605b232f..08b003d52051 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = lua-luaossl
- pkgver = 20180530
+ pkgver = 20180708
pkgrel = 0
url = http://25thandclement.com/~william/projects/luaossl.html
arch = i686
@@ -9,8 +9,8 @@ pkgbase = lua-luaossl
makedepends = lua51
makedepends = lua52
depends = openssl
- source = https://github.com/wahern/luaossl/archive/rel-20180530.tar.gz
- md5sums = b388f09a54e0f4cfd022c7619cdf8715
+ source = https://github.com/wahern/luaossl/archive/rel-20180708.tar.gz
+ md5sums = 1a22f9b445e996bfc9af7c16d2170b33
pkgname = lua-luaossl
pkgdesc = Most comprehensive OpenSSL module in the Lua universe for Lua 5.3
diff --git a/PKGBUILD b/PKGBUILD
index 239be64a1164..875ac248c0aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daurnimator <quae@daurnimator.com>
pkgname=(lua-luaossl lua51-luaossl lua52-luaossl)
-pkgver=20180530
+pkgver=20180708
pkgrel=0
arch=('i686' 'x86_64')
url='http://25thandclement.com/~william/projects/luaossl.html'
@@ -9,7 +9,7 @@ license=('MIT')
makedepends=('lua' 'lua51' 'lua52')
depends=('openssl')
source=(https://github.com/wahern/luaossl/archive/rel-$pkgver.tar.gz)
-md5sums=('b388f09a54e0f4cfd022c7619cdf8715')
+md5sums=('1a22f9b445e996bfc9af7c16d2170b33')
build() {
cd luaossl-rel-$pkgver;
make prefix=/usr