aboutsummaryrefslogtreecommitdiffstats
path: root/testing/timew
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-27 14:59:16 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-27 16:24:48 +0100
commit7220f6229601216b49f560012151b6c59b0a653f (patch)
tree06dee70f00155ecd96571610b61ac29b178aa9fc /testing/timew
parentdcf1295dd9b83777c221e725bf095f49a00b27be (diff)
downloadaports-7220f6229601216b49f560012151b6c59b0a653f.tar.bz2
aports-7220f6229601216b49f560012151b6c59b0a653f.tar.xz
testing/timew: upgrade to 1.2.0
Diffstat (limited to 'testing/timew')
-rw-r--r--testing/timew/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/timew/APKBUILD b/testing/timew/APKBUILD
index 902a90d33e..1f34227f57 100644
--- a/testing/timew/APKBUILD
+++ b/testing/timew/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Matthieu Monnier <matthieu.monnier@enalean.com>
# Maintainer: Matthieu Monnier <matthieu.monnier@enalean.com>
pkgname=timew
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=0
pkgdesc="Timewarrior is a command line time tracking application."
options="!check" # No testsuite
@@ -10,7 +10,7 @@ arch="all"
license="MIT"
makedepends="cmake"
subpackages="$pkgname-doc"
-source="https://taskwarrior.org/download/$pkgname-$pkgver.tar.gz"
+source="https://github.com/GothenburgBitFactory/timewarrior/releases/download/v$pkgver/timew-$pkgver.tar.gz"
build() {
cmake . -DCMAKE_BUILD_TYPE=release \
@@ -22,4 +22,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="d262227d6dc99994599252c9fc55d32e4caac9d5ff1f223b8637005ed9f4f7fa238bd5cb7392c8e42a468f6246a7afad9b6fdb02af636e53d3bd813cfc3ee110 timew-1.1.1.tar.gz"
+sha512sums="e576aff06dde1e3d5d46f4a9a425991c91c8484aa8f2eeeb8dda7a4bd40716863432740e7810c2acb43adf223a090af4e95d77994ceba03c043c57bcab745c21 timew-1.2.0.tar.gz"