diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-04 15:12:30 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-09-04 15:13:28 +0000 |
commit | af10ad06540cc60352936e84f850724e3c5f8208 (patch) | |
tree | 7c352d0d12054d139ecb931da81d0a2bad27b3b9 /user/kcalcore | |
parent | 859e0988612b06174e8389369df1c7de8f7a65b3 (diff) | |
download | packages-af10ad06540cc60352936e84f850724e3c5f8208.tar.gz packages-af10ad06540cc60352936e84f850724e3c5f8208.tar.bz2 packages-af10ad06540cc60352936e84f850724e3c5f8208.tar.xz packages-af10ad06540cc60352936e84f850724e3c5f8208.zip |
user/KDE: Bump to KDE Applications 18.08.0
Diffstat (limited to 'user/kcalcore')
-rw-r--r-- | user/kcalcore/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/kcalcore/APKBUILD b/user/kcalcore/APKBUILD index 865e206df..4eb6fdf5a 100644 --- a/user/kcalcore/APKBUILD +++ b/user/kcalcore/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=kcalcore -pkgver=18.04.3 +pkgver=18.08.0 pkgrel=0 pkgdesc="Library for managing a calendar of events" url="https://www.kde.org/" @@ -41,4 +41,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="2da0993ab1d0c6facbf7f02af186f3554ca38408468dd72f57380817ef1f7f0bf236409a8644d7e84b5019d1eb918f2fd6ff1c1190a89a4e825845659ea84a1b kcalcore-18.04.3.tar.xz" +sha512sums="08ee305f9607ac66a1887651817fe7b48f47692c18486771b1f3dd01293dfba92bed7ad2e7b2694b4d556b8808e14fb69b33203bc1c2846df5784ce05067422a kcalcore-18.08.0.tar.xz" |