Skip to content

Commit

Permalink
gsmlib: Make version apk compatible
Browse files Browse the repository at this point in the history
Adjust version to be compatible with apk's semantic rules.

Signed-off-by: Hannu Nyman <[email protected]>
  • Loading branch information
hnyman committed Nov 18, 2024
1 parent a99df6e commit d12b09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/gsmlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=gsmlib
PKG_VERSION:=1.10-20140304
PKG_VERSION:=1.10.20140304
PKG_RELEASE:=5

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/vbouchaud/gsmlib.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=cd5442de07cfe052316ede58640ef81b20627276
PKG_MIRROR_HASH:=bc24d7ddcb5f4b5f9160351d9f38cf6f35f3feef969f675f883b32d04c8c80fa
PKG_MIRROR_HASH:=a48dadae9606d38ec7c18caca5b2590b62c0e9dbcb3a18ea4100d8d5a80e98a6

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

Expand Down

0 comments on commit d12b09a

Please sign in to comment.