summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaurnimator2017-09-01 14:32:10 +1000
committerdaurnimator2017-09-01 14:32:10 +1000
commit33e14e346310668a518dc0bb767a174670d36266 (patch)
tree695f2b9436484b107638f81c8d2987d698d5c865
parentff0bb92ca1827af7e4e29fb3e0a421de38e05741 (diff)
downloadaur-33e14e346310668a518dc0bb767a174670d36266.tar.gz
Update to 20170901
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22d7481f337b..802536066514 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = lua-luaossl
- pkgver = 20161214
+ pkgver = 20170901
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-20161214.tar.gz
- md5sums = 8bc4262993f2de058f65a09294fcfc47
+ source = https://github.com/wahern/luaossl/archive/rel-20170901.tar.gz
+ md5sums = f9e9135c8cf7b469a50a6781bb164937
pkgname = lua-luaossl
pkgdesc = Most comprehensive OpenSSL module in the Lua universe for Lua 5.3
diff --git a/PKGBUILD b/PKGBUILD
index c5994d5cb040..d2bb442fd6bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daurnimator <quae@daurnimator.com>
pkgname=(lua-luaossl lua51-luaossl lua52-luaossl)
-pkgver=20161214
+pkgver=20170901
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=('8bc4262993f2de058f65a09294fcfc47')
+md5sums=('f9e9135c8cf7b469a50a6781bb164937')
build() {
cd luaossl-rel-$pkgver;
make prefix=/usr