From 48c13871c5dbfc93fec78df97db8046e8f427979 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 7 Sep 2022 10:34:26 +0200 Subject: [PATCH] Update checksum of tageditor-cli --- tageditor/cli/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tageditor/cli/PKGBUILD b/tageditor/cli/PKGBUILD index 3ef685c9..c974797c 100644 --- a/tageditor/cli/PKGBUILD +++ b/tageditor/cli/PKGBUILD @@ -24,7 +24,7 @@ provides=("${pkgname%-cli}") checkdepends=('cppunit') url="https://github.com/Martchus/${_reponame}" source=("${_reponame}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('d57d9d243680b5a4ce66d8c546cb15c5df6b1a63c403dee9e373d2f4767e469e') +sha256sums=('e989d3ea6ad109d94aa3e4ccbf2b7bd62b8fe844a3bd9d3540700ff7e08ecba3') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"