Skip to content

Commit

Permalink
libedit: replace version format with apk compatible version
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Hák <jan.hak@nic.cz>
  • Loading branch information
Payne-X6 authored and neheb committed Aug 16, 2024
1 parent 93be1be commit 32dec92
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions libs/libedit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@

include $(TOPDIR)/rules.mk

VERSION:=3.1
RELEASE_DATE:=20240808

PKG_NAME:=libedit
PKG_VERSION:=20240808-3.1
PKG_VERSION:=$(RELEASE_DATE).$(VERSION)
PKG_RELEASE:=1

PKG_MAINTAINER:=Daniel Salzman <daniel.salzman@nic.cz>
PKG_LICENSE:=BSD-3-Clause

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(RELEASE_DATE)-$(VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(RELEASE_DATE)-$(VERSION).tar.gz
PKG_SOURCE_URL:=https://thrysoee.dk/editline/
PKG_HASH:=5f0573349d77c4a48967191cdd6634dd7aa5f6398c6a57fe037cc02696d6099f

Expand Down

0 comments on commit 32dec92

Please sign in to comment.