taskwarrior: update to 2.5.3
Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
7abef02024
commit
fc1e62f131
1 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=taskwarrior
|
||||
PKG_VERSION:=2.5.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_VERSION:=2.5.3
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=task-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://www.taskwarrior.org/download
|
||||
PKG_HASH:=d87bcee58106eb8a79b850e9abc153d98b79e00d50eade0d63917154984f2a15
|
||||
PKG_HASH:=7243d75e0911d9e2c9119ad94a61a87f041e4053e197f7280c42410aa1ee963b
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/task-$(PKG_VERSION)
|
||||
|
||||
PKG_MAINTAINER:=
|
||||
|
|
Loading…
Reference in a new issue