Skip to content

Commit 7a91a5b

Browse files
author
david
committed
优化dae 编译
1 parent 927f8c1 commit 7a91a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/dae/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
include $(TOPDIR)/rules.mk
66

77
PKG_NAME:=dae
8-
PKG_VERSION:=2025.3.5
8+
PKG_VERSION:=$(shell date "+%Y.%m.%d")
99
PKG_RELEASE:=1
1010

1111
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1212
PKG_SOURCE_URL:=https://github.com/daeuniverse/dae.git
1313
PKG_SOURCE_PROTO:=git
14-
PKG_SOURCE_VERSION:=2edc2d3
14+
PKG_SOURCE_VERSION:=$(shell git ls-remote $(PKG_SOURCE_URL) HEAD | cut -c1-7)
1515

1616
PKG_LICENSE:=AGPL-3.0-only
1717
PKG_LICENSE_FILE:=LICENSE

0 commit comments

Comments
 (0)