diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-20 18:25:06 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-20 21:16:26 +0100 |
commit | 7f1ad7b9bc365962924b72eeb74741474e969448 (patch) | |
tree | f310c16c6179e3532ed26b1c17fbf3e0383ab67a /testing | |
parent | 5a16094065bc022fe69d0b06c3f0d9d728a1b1fb (diff) | |
download | aports-7f1ad7b9bc365962924b72eeb74741474e969448.zip |
testing/tau: upgrade to 0.10.2
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tau/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/tau/APKBUILD b/testing/tau/APKBUILD index 634cc4b6883..369ff2b88e2 100644 --- a/testing/tau/APKBUILD +++ b/testing/tau/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=tau -pkgver=0.10.1 -pkgrel=1 +pkgver=0.10.2 +pkgrel=0 pkgdesc="GTK frontend for the Xi text editor, written in Rust" url="https://gitlab.gnome.org/World/Tau" arch="all !s390x" @@ -11,7 +11,7 @@ makedepends="meson cargo gtk+3.0-dev libhandy-dev" checkdepends="appstream-glib desktop-file-utils" options="!check" # Rust doesn't like to compile these on musl subpackages="$pkgname-lang" -source="https://gitlab.gnome.org/World/Tau/uploads/25d33d736285ad451bc7b409aa01e957/tau-$pkgver.tar.xz" +source="https://gitlab.gnome.org/World/Tau/uploads/d7d7fc22a851466768edeace0f3d6b1b/tau-$pkgver.tar.xz" build() { # Fails to compile libbacktrace-sys otherwise @@ -39,4 +39,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="fab40a7a3af7afe08a312b29d63805daf3cfd412b59bb32af1244219e562f587ba1c0a1d9b8e27526866bc1369768c7c1a90c588bba4349b6a56178da87601af tau-0.10.1.tar.xz" +sha512sums="b2f9cec07de60c29c6a2d395955a118593bc0a4c333f6dee75139f9150406589d43e6bb48e238ec35aec6b4d4b79beddc74808221614018d224e22601fbe8d33 tau-0.10.2.tar.xz" |