summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız2023-06-29 15:28:16 +0300
committerOrhun Parmaksız2023-06-29 15:28:16 +0300
commitbdd4e3d77ac8a0c23cda5bb5fb918f36f4ee964d (patch)
treee185be2a75aff661f9017a07de3609cc30031089
parent0eb5aea0206d6ef55342daf97f81f07093e5bd6d (diff)
downloadaur-bdd4e3d77ac8a0c23cda5bb5fb918f36f4ee964d.tar.gz
upgpkg: muffet-bin 2.9.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1da511631031..a324d02365b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = muffet-bin
pkgdesc = Fast website link checker
- pkgver = 2.8.1
+ pkgver = 2.9.1
pkgrel = 1
url = https://github.com/raviqqe/muffet
arch = x86_64
license = MIT
provides = muffet
conflicts = muffet
- source_x86_64 = https://github.com/raviqqe/muffet/releases/download/v2.8.1/muffet_2.8.1_Linux_x86_64.tar.gz
- sha256sums_x86_64 = f3f1efbff59c4afbb7132a26e78c0c077f3536357c785ff1fde8653a528de4cb
+ source_x86_64 = https://github.com/raviqqe/muffet/releases/download/v2.9.1/muffet_linux_amd64.tar.gz
+ sha256sums_x86_64 = 4d23b494a97e802d92c2490e2ec6838e1dd9d4d8f99063a27e13682d06e96f81
pkgname = muffet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 009d6d94fb67..a8faf4a062b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=muffet-bin
pkgdesc="Fast website link checker"
-pkgver=2.8.1
+pkgver=2.9.1
pkgrel=1
arch=('x86_64')
url="https://github.com/raviqqe/muffet"
license=('MIT')
conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}")
-source_x86_64=("$url/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}_Linux_x86_64.tar.gz")
-sha256sums_x86_64=('f3f1efbff59c4afbb7132a26e78c0c077f3536357c785ff1fde8653a528de4cb')
+source_x86_64=("$url/releases/download/v$pkgver/${pkgname%-bin}_linux_amd64.tar.gz")
+sha256sums_x86_64=('4d23b494a97e802d92c2490e2ec6838e1dd9d4d8f99063a27e13682d06e96f81')
package() {
install -Dm 755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"