Skip to content

Commit

Permalink
lua-openssl: Make version apk compatible
Browse files Browse the repository at this point in the history
Make version compatible with apk.

Signed-off-by: Hannu Nyman <[email protected]>
  • Loading branch information
hnyman committed Nov 17, 2024
1 parent 69f5605 commit c8a46db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lang/lua-openssl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=lua-openssl
PKG_SOURCE_VERSION:=0.8.5-1
PKG_VERSION:=$(subst -,.,$(PKG_SOURCE_VERSION))
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/zhaozg/lua-openssl.git
PKG_SOURCE_VERSION:=0.8.5-1
PKG_MIRROR_HASH:=3187a2342b01b88dfac5502a66902f4ef74695bcb512cc86cc5105e608202dfe
PKG_MIRROR_HASH:=415decabf303095a487f3882fd1f835b20e57c7c08e86a14d124c21131524f50

PKG_MAINTAINER:=Amnon Paz <[email protected]>
PKG_LICENSE:=MIT
Expand Down

0 comments on commit c8a46db

Please sign in to comment.