diff options
author | Milan Toth | 2022-04-28 14:25:56 +0200 |
---|---|---|
committer | Milan Toth | 2022-04-28 14:25:56 +0200 |
commit | 4c86cdad7ba04ac57ff529c319db64f42925ecca (patch) | |
tree | 7f0472592ec839b4ca7585d391028f7d062eea00 | |
parent | 3aca728fc2e069a2fc39f0bac62ebcb53572a3e9 (diff) | |
download | aur-4c86cdad7ba04ac57ff529c319db64f42925ecca.tar.gz |
version jump to 0.62
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = sov pkgdesc = An overview application for sway - pkgver = 0.61 + pkgver = 0.62 pkgrel = 1 url = https://github.com/milgra/sov arch = i686 @@ -10,7 +10,7 @@ pkgbase = sov makedepends = wayland-protocols makedepends = freetype2 depends = wayland - source = sov-0.61.tar.xz::https://github.com/milgra/sov/releases/download/0.61/sov-0.61.tar.xz - sha256sums = baa9a13c7b64a8f811fc89768142d037f5b425baf850536cab1615858fe5fea1 + source = sov-0.62.tar.xz::https://github.com/milgra/sov/releases/download/0.62/sov-0.62.tar.xz + sha256sums = 4051421e55e72417f15757f06ce50772f2b11b6c4ceef85196e9533011353bb9 pkgname = sov @@ -1,7 +1,7 @@ # Maintainer: Milan Toth <milgra@milgra.com> pkgname=sov -pkgver=0.61 +pkgver=0.62 pkgrel=1 pkgdesc='An overview application for sway' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ source=( ) sha256sums=( - 'baa9a13c7b64a8f811fc89768142d037f5b425baf850536cab1615858fe5fea1' + '4051421e55e72417f15757f06ce50772f2b11b6c4ceef85196e9533011353bb9' ) prepare() { |