Skip to content

Commit

Permalink
scutclient: make version apk compatible
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
  • Loading branch information
1715173329 committed Nov 16, 2024
1 parent ef0ade7 commit 2feb204
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions net/scutclient/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,18 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=scutclient
PKG_BASE_VERSION:=3.1.3
PKG_VERSION:=3.1.3
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/scutclient/scutclient.git
PKG_SOURCE_DATE:=2021-11-26
PKG_SOURCE_VERSION:=b265ca8ffea204bd1788b0addd42184496b8a118
PKG_MIRROR_HASH:=10da818f0a8a892d98d5ab5ca1f9ecbb3022bf2cd4ee04132ee5f1f0e52a740e

PKG_VERSION:=$(PKG_BASE_VERSION)-$(PKG_SOURCE_DATE)-$(call version_abbrev,$(PKG_SOURCE_VERSION))
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
PKG_MIRROR_HASH:=3b98fb51956c0de8c25432c22c56477b245c5949be2b5ec7574ad10c83274668

PKG_MAINTAINER:=Scutclient Project
PKG_LICENSE:=AGPL-3.0
PKG_LICENSE_FILES:=COPYING

PKG_BUILD_PARALLEL:=1
CMAKE_INSTALL:=1

include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk

Expand Down

0 comments on commit 2feb204

Please sign in to comment.