summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız2023-11-27 13:19:16 +0300
committerOrhun Parmaksız2023-11-27 13:19:16 +0300
commitbf3bfd5a80f3a6ea7bebd65ef0aff5e288a2d9f8 (patch)
treedf2c83a758d28932dbd4ef4b0a7f5ef234ddbc95
parentc498de58be2f5293fa252ce092d4d307ac5abdbf (diff)
downloadaur-bf3bfd5a80f3a6ea7bebd65ef0aff5e288a2d9f8.tar.gz
upgpkg: muffet-bin 2.9.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b33a15813fa1..a925b65349ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = muffet-bin
pkgdesc = Fast website link checker
- pkgver = 2.9.2
+ pkgver = 2.9.3
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.9.2/muffet_linux_amd64.tar.gz
- sha256sums_x86_64 = 4d23b494a97e802d92c2490e2ec6838e1dd9d4d8f99063a27e13682d06e96f81
+ source_x86_64 = https://github.com/raviqqe/muffet/releases/download/v2.9.3/muffet_linux_amd64.tar.gz
+ sha256sums_x86_64 = 2b4c966476bc1ba1ee1d5d110864967dcf8db28d47c998ba04d22972510466e6
pkgname = muffet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 98e3d089bff1..9d0ced512f01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=muffet-bin
pkgdesc="Fast website link checker"
-pkgver=2.9.2
+pkgver=2.9.3
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=("$url/releases/download/v$pkgver/${pkgname%-bin}_linux_amd64.tar.gz")
-sha256sums_x86_64=('4d23b494a97e802d92c2490e2ec6838e1dd9d4d8f99063a27e13682d06e96f81')
+sha256sums_x86_64=('2b4c966476bc1ba1ee1d5d110864967dcf8db28d47c998ba04d22972510466e6')
package() {
install -Dm 755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"