summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4de47f3c1da9..551723ecc6c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = muffet-bin
pkgdesc = Fast website link checker
- pkgver = 2.10.0
+ pkgver = 2.10.1
pkgrel = 1
url = https://github.com/raviqqe/muffet
arch = x86_64
license = MIT
provides = muffet
conflicts = muffet
- source_x86_64 = muffet-bin-2.10.0.tar.gz::https://github.com/raviqqe/muffet/releases/download/v2.10.0/muffet_linux_amd64.tar.gz
- sha256sums_x86_64 = e8c521f96007f4d626c1f3717b255c67564038ccdaf88721e8a8ed821ab1f0d3
+ source_x86_64 = muffet-bin-2.10.1.tar.gz::https://github.com/raviqqe/muffet/releases/download/v2.10.1/muffet_linux_amd64.tar.gz
+ sha256sums_x86_64 = 00758347c94611d1953db335698cd2099539965bdf1e93644b7040e830229488
pkgname = muffet-bin
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"