From 80ba1c06041a2a3e58805dcff9b64a40a288144e Mon Sep 17 00:00:00 2001 From: Matthew T Hoare <matthew.t.hoare@gmail.com> Date: Thu, 16 Jul 2020 20:34:08 +0100 Subject: [PATCH] testing/autotiling: upgrade to 1.0 --- testing/autotiling/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/autotiling/APKBUILD b/testing/autotiling/APKBUILD index 05f6bf9cc5ec..7a994f734d9d 100644 --- a/testing/autotiling/APKBUILD +++ b/testing/autotiling/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Matthew.T.Hoare <matthew.t.hoare@gmail.com> # Maintainer: Matthew.T.Hoare <matthew.t.hoare@gmail.com> pkgname=autotiling -pkgver=0.9 +pkgver=1.0 pkgrel=0 pkgdesc="Script for sway and i3 to automatically switch the horizontal/vertical window split orientation" url="https://github.com/nwg-piotr/autotiling" @@ -16,4 +16,4 @@ package() { install -D -t "$pkgdir"/usr/bin autotiling } -sha512sums="5e7fa96e76b949ae31edd28ab00517c55b8b6b2572b53843a9adc83aec8eb770d81f56504d156f75a9a04cf6d30e6d5ec4c2d5f5e5fef7d9724c12aad9f0c632 autotiling-0.9.tar.gz" +sha512sums="067f70e05c177a7532b33887b9817558b0f737edca4a0931e58441d2d7ffa3b360779246d25649ab649bad489dded89c8b1cb2e31a48be8749ccaa3ad88db380 autotiling-1.0.tar.gz" -- GitLab