diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-12-14 20:59:34 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-16 22:31:13 +0100 |
commit | 02a267dc7c84ff8b8a3b2c5cfe82055d5237bd40 (patch) | |
tree | c2ca92796a5c3ef9f6a6877edd1514c20393a870 /community/kemoticons | |
parent | bd5c4358f87e54910c40c9e40a4d3b9dd1c92d0e (diff) | |
download | aports-02a267dc7c84ff8b8a3b2c5cfe82055d5237bd40.tar.bz2 aports-02a267dc7c84ff8b8a3b2c5cfe82055d5237bd40.tar.xz |
community/kde-frameworks: upgrade to 5.65
Diffstat (limited to 'community/kemoticons')
-rw-r--r-- | community/kemoticons/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kemoticons/APKBUILD b/community/kemoticons/APKBUILD index 6a46a600e0..2375b04a00 100644 --- a/community/kemoticons/APKBUILD +++ b/community/kemoticons/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kemoticons -pkgver=5.64.0 +pkgver=5.65.0 pkgrel=0 pkgdesc="Support for emoticons and emoticons themes" arch="all" @@ -38,4 +38,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="f0a3c40984ab3ffc7aa890defdc5371c71383d15963e34bdf6b021a686d959da90f014cd80b255471921dbccba037f27c22c2527a0d0c9734c7b084528c2706c kemoticons-5.64.0.tar.xz" +sha512sums="6cc7ae2581c4de3010658ca7941c983737fd68fd7f57405977e7fe5103d715509c3b2a3caa9b29262f6ec1e90c62ddc2e0cc6afdb2b85421c207617c8e5339df kemoticons-5.65.0.tar.xz" |