summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOrhun Parmaksız2024-03-01 14:48:17 +0300
committerOrhun Parmaksız2024-03-01 14:48:17 +0300
commit78a52f0aa7917811e7b8f92c9d60ea785529078a (patch)
treea3ea8780f7f740e8483bf031240b82c46b932bdb /PKGBUILD
parent9f490f4d9bb479732bfa73010a48ff12c1034404 (diff)
downloadaur-muffet-bin.tar.gz
upgpkg: muffet-bin 2.10.1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a11067416d4..b47a8055e79d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=muffet-bin
pkgdesc="Fast website link checker"
-pkgver=2.10.0
+pkgver=2.10.1
pkgrel=1
arch=('x86_64')
url="https://github.com/raviqqe/muffet"
@@ -11,7 +11,7 @@ license=('MIT')
conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}")
source_x86_64=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/${pkgname%-bin}_linux_amd64.tar.gz")
-sha256sums_x86_64=('e8c521f96007f4d626c1f3717b255c67564038ccdaf88721e8a8ed821ab1f0d3')
+sha256sums_x86_64=('00758347c94611d1953db335698cd2099539965bdf1e93644b7040e830229488')
package() {
install -Dm 755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"