diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-25 06:53:37 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-25 12:39:29 +0100 |
commit | f16ea71b29cf117f7bf61aecb4ed6d3f1dd2eea1 (patch) | |
tree | 74d1b1c9d1ad9625b3205f7640a253c5a360bc43 /testing/kakoune/APKBUILD | |
parent | 6fac1a4102cd286037b3eefb5d59ee0790ff92d6 (diff) | |
download | aports-f16ea71b29cf117f7bf61aecb4ed6d3f1dd2eea1.tar.bz2 aports-f16ea71b29cf117f7bf61aecb4ed6d3f1dd2eea1.tar.xz |
testing/kakoune: upgrade to 2019.12.10
Diffstat (limited to 'testing/kakoune/APKBUILD')
-rw-r--r-- | testing/kakoune/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/kakoune/APKBUILD b/testing/kakoune/APKBUILD index 1795613735..804b047ce9 100644 --- a/testing/kakoune/APKBUILD +++ b/testing/kakoune/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Jakub Skrzypnik <j.skrzypnik@openmailbox.org> pkgname=kakoune -pkgver=2019.07.01 +pkgver=2019.12.10 pkgrel=0 pkgdesc="Code editor heavily inspired by Vim, but with less keystrokes" url="http://kakoune.org" @@ -8,7 +8,7 @@ arch="all" license="Unlicense" makedepends="ncurses-dev asciidoc" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/mawww/$pkgname/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/mawww/kakoune/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver/src" build() { @@ -23,4 +23,4 @@ package() { make PREFIX="/usr" DESTDIR="$pkgdir/" debug=no install } -sha512sums="35e4ae68c18afdb0fcd531877eecf54a52d1f86b586bc7272b0183367515d9a747b498292449e8a87c03a87cdd8087b5932f822ffeb5a9ff6cd7f431376e4c60 kakoune-2019.07.01.tar.gz" +sha512sums="9ed866a27f1dbbab701dcb7412450c4dd8c20cafebaedda351a0b67b9489b1ad8de82fa527b357a55aab86b0dc3e2b435f7d6177fd056331f5576ddb7befbd15 kakoune-2019.12.10.tar.gz" |