summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız2024-02-29 10:15:44 +0300
committerOrhun Parmaksız2024-02-29 10:15:44 +0300
commit9f490f4d9bb479732bfa73010a48ff12c1034404 (patch)
tree6c0907b11a75cc9ddb84dce038842f36ee960212
parentbf3bfd5a80f3a6ea7bebd65ef0aff5e288a2d9f8 (diff)
downloadaur-9f490f4d9bb479732bfa73010a48ff12c1034404.tar.gz
upgpkg: muffet-bin 2.10.0-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 a925b65349ba..4de47f3c1da9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = muffet-bin
pkgdesc = Fast website link checker
- pkgver = 2.9.3
+ pkgver = 2.10.0
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.3/muffet_linux_amd64.tar.gz
- sha256sums_x86_64 = 2b4c966476bc1ba1ee1d5d110864967dcf8db28d47c998ba04d22972510466e6
+ 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
pkgname = muffet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9d0ced512f01..8a11067416d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=muffet-bin
pkgdesc="Fast website link checker"
-pkgver=2.9.3
+pkgver=2.10.0
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}_linux_amd64.tar.gz")
-sha256sums_x86_64=('2b4c966476bc1ba1ee1d5d110864967dcf8db28d47c998ba04d22972510466e6')
+source_x86_64=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/${pkgname%-bin}_linux_amd64.tar.gz")
+sha256sums_x86_64=('e8c521f96007f4d626c1f3717b255c67564038ccdaf88721e8a8ed821ab1f0d3')
package() {
install -Dm 755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"