Skip to content

Commit

Permalink
lua-curl-v3: Make version apk compatible
Browse files Browse the repository at this point in the history
Adjust version to apk's semantic rules.

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

PKG_NAME:=lua-curl-v3
PKG_VERSION:=0.3.13-snapshot
PKG_VERSION:=0.3.13~9f8b6dba8
PKG_RELEASE:=2
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE

PKG_SOURCE_URL:=https://github.com/Lua-cURL/Lua-cURLv3.git
PKG_MIRROR_HASH:=f16fb26d93f7eb36a4c19ef66e1d1be23b07a41ec8342ee0394afa4f5190a98d
PKG_MIRROR_HASH:=41f9e418b203fe3bdf256e4a5517ac8dbaf5ab5026b972f603052a0c56dfcfc7
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=9f8b6dba8b5ef1b26309a571ae75cda4034279e5

Expand Down

0 comments on commit abef31c

Please sign in to comment.