diff options
author | Dmali | 2023-06-04 01:11:00 +0500 |
---|---|---|
committer | Dmali | 2023-06-04 01:11:00 +0500 |
commit | f5685e8a4491bb1bf1348db17ad8eb2a9b2c90ce (patch) | |
tree | 96737450d2530c443c9c658e842755a86a88f130 | |
parent | 8181a5ada7385d92386237e62975bdae0a5b96d7 (diff) | |
download | aur-f5685e8a4491bb1bf1348db17ad8eb2a9b2c90ce.tar.gz |
Update to version 2.9
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = klaus-bin pkgdesc = Arch manager that allows you to download, install, delete packages... - pkgver = 2.8 + pkgver = 2.9 pkgrel = 1 url = https://github.com/dmaliog/kLausqt/ arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = klaus-bin depends = zenity depends = libnotify depends = neofetch - source = klaus-bin-2.8.zip::https://github.com/dmaliog/kLausqt//releases/download/2.8/klaus-2.8-2023-06-02-linux64.zip - sha256sums = b1482a23f0babce63c61708860701e4bd6bab6ac6bc0f077e488736ab26e03d7 + source = klaus-bin-2.9.zip::https://github.com/dmaliog/kLausqt//releases/download/2.9/klaus-2.9-2023-06-04-linux64.zip + sha256sums = 53f16583efa482147ed26a7663b2b04970ab17d8fcf8aa2f4376261c5ca77828 pkgname = klaus-bin @@ -1,8 +1,8 @@ # Maintainer: Dmali <dmali@vk.com> pkgname=klaus-bin -pkgver=2.8 -_releasedate=2023-06-02 +pkgver=2.9 +_releasedate=2023-06-04 pkgrel=1 pkgdesc="Arch manager that allows you to download, install, delete packages..." arch=('x86_64') @@ -16,7 +16,7 @@ source=( ) sha256sums=( - 'b1482a23f0babce63c61708860701e4bd6bab6ac6bc0f077e488736ab26e03d7' + '53f16583efa482147ed26a7663b2b04970ab17d8fcf8aa2f4376261c5ca77828' ) package() { |