Browse Source

taskwarrior: update to 2.4.1.

Signed-off-by: Dora Budic <dora2411@gmail.com>
Dora Budic 9 years ago
parent
commit
b0cb516206
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      utils/taskwarrior/Makefile

+ 2
- 2
utils/taskwarrior/Makefile View File

@@ -8,14 +8,14 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=taskwarrior
11
-PKG_VERSION:=2.4.0
11
+PKG_VERSION:=2.4.1
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_LICENSE:=MIT
15 15
 
16 16
 PKG_SOURCE:=task-$(PKG_VERSION).tar.gz
17 17
 PKG_SOURCE_URL:=http://www.taskwarrior.org/download/
18
-PKG_MD5SUM:=de4b64b3d28bb9636af219a486552cd0
18
+PKG_MD5SUM:=f250f3fb3922e4153c6ad1b1270dceb8
19 19
 PKG_MAINTAINER:=Luka Perkov <luka@openwrt.org>
20 20
 
21 21
 PKG_BUILD_DIR:=$(BUILD_DIR)/task-$(PKG_VERSION)