We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927f8c1 commit 7a91a5bCopy full SHA for 7a91a5b
package/dae/Makefile
@@ -5,13 +5,13 @@
5
include $(TOPDIR)/rules.mk
6
7
PKG_NAME:=dae
8
-PKG_VERSION:=2025.3.5
+PKG_VERSION:=$(shell date "+%Y.%m.%d")
9
PKG_RELEASE:=1
10
11
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
12
PKG_SOURCE_URL:=https://github.com/daeuniverse/dae.git
13
PKG_SOURCE_PROTO:=git
14
-PKG_SOURCE_VERSION:=2edc2d3
+PKG_SOURCE_VERSION:=$(shell git ls-remote $(PKG_SOURCE_URL) HEAD | cut -c1-7)
15
16
PKG_LICENSE:=AGPL-3.0-only
17
PKG_LICENSE_FILE:=LICENSE
0 commit comments