diff options
author | Matthew T Hoare <matthew.t.hoare@gmail.com> | 2020-10-03 10:36:50 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-10-03 11:21:32 +0000 |
commit | d147dad2f2f6a9def3d347c2fe8eb6a042f55cb0 (patch) | |
tree | f2cd0d9f8abde9e82ab32ba05768e2929841d9b0 | |
parent | 4c8c66cfee3e83edccb18cb4c27c2e2d4a679e8d (diff) | |
download | aports-d147dad2f2f6a9def3d347c2fe8eb6a042f55cb0.tar.gz aports-d147dad2f2f6a9def3d347c2fe8eb6a042f55cb0.tar.bz2 aports-d147dad2f2f6a9def3d347c2fe8eb6a042f55cb0.tar.xz |
testing/azote: upgrade to 1.8.1
-rw-r--r-- | testing/azote/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/azote/APKBUILD b/testing/azote/APKBUILD index 99e6fbd0c4..57603291de 100644 --- a/testing/azote/APKBUILD +++ b/testing/azote/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Matthew T Hoare <matthew.t.hoare@gmail.com> # Maintainer: Matthew T Hoare <matthew.t.hoare@gmail.com> pkgname=azote -pkgver=1.8.0 +pkgver=1.8.1 pkgrel=0 pkgdesc="Wallpaper and colour manager for Sway, i3 and other window managers" url="https://github.com/nwg-piotr/azote" @@ -21,4 +21,4 @@ package() { python3 setup.py install --root="$pkgdir/" --optimize=1 } -sha512sums="005ca9fe95a6197fd614f3e5b6eac7261636156b4733534c4ec0e964e9625e3be742ab43143c1257198bf65b179dafd91f2fdb699f4cd11588d01a2dbaec9988 azote-1.8.0.tar.gz" +sha512sums="b474718242ab767c50edb6a660c4f2c91378289c6c5ae45e3e1dd37603fa0df56939ad56cf330a6e057edfd9b02f88f0a47b803100ad825dca4da8286214313e azote-1.8.1.tar.gz" |