Update lua-openbsd to v0.4

This adds auth_userokay.

OK aisha@

closes https://github.com/openbsd/ports/pull/10
This commit is contained in:
abieber 2023-01-16 19:49:05 +00:00
parent 11b82debd0
commit 74ed555245
3 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@ COMMENT = lua bindings for OpenBSD functions
GH_ACCOUNT = n0la
GH_PROJECT = lua-openbsd
GH_TAGNAME = v0.3
GH_TAGNAME = v0.4
CATEGORIES = devel

View File

@ -1,2 +1,2 @@
SHA256 (lua-openbsd-0.3.tar.gz) = xjQ3UZb4jT/Eo6oppbhU4HUsZ+crN9l3kRiv2YQGY1s=
SIZE (lua-openbsd-0.3.tar.gz) = 3059
SHA256 (lua-openbsd-0.4.tar.gz) = cP6F7wsvgaF139wevFoqPNj3OZCilBuDYqfbsVSGWUI=
SIZE (lua-openbsd-0.4.tar.gz) = 3465

View File

@ -1,3 +1,4 @@
@so lib/lua/${MODLUA_VERSION}/openbsd.so
share/examples/${FULLPKGNAME}/
share/examples/${FULLPKGNAME}/openbsd-example.lua
share/examples/${FULLPKGNAME}/userokay.lua