diff options
-rw-r--r-- | testing/tau/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/tau/APKBUILD b/testing/tau/APKBUILD index b13ffbafd8..dc818156d6 100644 --- a/testing/tau/APKBUILD +++ b/testing/tau/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=tau -pkgver=0.9.3 +pkgver=0.10.1 pkgrel=0 pkgdesc="GTK frontend for the Xi text editor, written in Rust" url="https://gitlab.gnome.org/World/Tau" @@ -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/375ce054c0bc98e0c1a3e95fdcd4e46c/tau-$pkgver.tar.xz" +source="https://gitlab.gnome.org/World/Tau/uploads/25d33d736285ad451bc7b409aa01e957/tau-$pkgver.tar.xz" build() { # Fails to compile libbacktrace-sys otherwise @@ -39,4 +39,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="3061294f8bb8482fc63a65f66fae04e7db74879bd99d03b57baf667486c9aa688a1bced4d202ce89e3b3131b74f31961a7ea4c722e2a5dceb2b5dbf51ef0503d tau-0.9.3.tar.xz" +sha512sums="fab40a7a3af7afe08a312b29d63805daf3cfd412b59bb32af1244219e562f587ba1c0a1d9b8e27526866bc1369768c7c1a90c588bba4349b6a56178da87601af tau-0.10.1.tar.xz" |