From 05452441178553897f7b5e31cb7153f93ee5172e Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Mon, 17 Jun 2024 23:07:41 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chwd:=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chwd/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chwd/PKGBUILD b/chwd/PKGBUILD index e4f24cff..b807e017 100644 --- a/chwd/PKGBUILD +++ b/chwd/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Vasiliy Stelmachenok pkgname=chwd -pkgver=1.7.0 -pkgrel=2 +pkgver=1.8.0 +pkgrel=1 pkgdesc="CachyOS Hardware Detection Tool" arch=(x86_64) url="https://github.com/cachyos/chwd" @@ -15,7 +15,7 @@ replaces=('chwd-db') conflicts=('chwd-db') groups=('cachyos') source=("chwd-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=('a2a9065b2bfdb46b47981e496f4ac099e1298a6f6da65c94741cd5a286c5afb0') +sha256sums=('a291b47a1115e9e2caa308f2bb492614384a63acf98800b846fdd38ee0ae2d97') prepare() { cd "$srcdir/$pkgname-$pkgver"