summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaurnimator2018-05-31 23:01:31 +1000
committerdaurnimator2018-05-31 23:04:43 +1000
commitf9ba02e1aef2ada630226e3e50b23fc537139420 (patch)
tree4ce44f8991668852860f1a5b5602e8c5a2e6c5d2
parentecc770bdb8495e587c07aa3134e0b6c3cdaff71b (diff)
downloadaur-f9ba02e1aef2ada630226e3e50b23fc537139420.tar.gz
Update to 20180530
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b21a10f7339..fde7605b232f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = lua-luaossl
- pkgver = 20171028
+ pkgver = 20180530
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-20171028.tar.gz
- md5sums = 0859a60515c410e447ffc1d159c3916d
+ source = https://github.com/wahern/luaossl/archive/rel-20180530.tar.gz
+ md5sums = b388f09a54e0f4cfd022c7619cdf8715
pkgname = lua-luaossl
pkgdesc = Most comprehensive OpenSSL module in the Lua universe for Lua 5.3
diff --git a/PKGBUILD b/PKGBUILD
index 14c9aea95d17..239be64a1164 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daurnimator <quae@daurnimator.com>
pkgname=(lua-luaossl lua51-luaossl lua52-luaossl)
-pkgver=20171028
+pkgver=20180530
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=('0859a60515c410e447ffc1d159c3916d')
+md5sums=('b388f09a54e0f4cfd022c7619cdf8715')
build() {
cd luaossl-rel-$pkgver;
make prefix=/usr