summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız2021-12-02 08:56:36 +0300
committerOrhun Parmaksız2021-12-02 08:56:36 +0300
commit4f840ac74038371cffcf4521b0ad1db5f7f3e33e (patch)
tree40d4034126e5661826bf91c418e9786e2ae171c1
parent168a456e6661185d14c24005a6e24b96062fa4f7 (diff)
downloadaur-4f840ac74038371cffcf4521b0ad1db5f7f3e33e.tar.gz
upgpkg: muffet-bin 2.4.6-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 0ae7b1d4ed33..72eff01dedf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = muffet-bin
pkgdesc = Fast website link checker
- pkgver = 2.4.5
+ pkgver = 2.4.6
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.4.5/muffet_2.4.5_Linux_x86_64.tar.gz
- sha256sums_x86_64 = a74e82a0234356150f69b2f48b9f83732c1534f532299563a66899e028b172bd
+ source_x86_64 = https://github.com/raviqqe/muffet/releases/download/v2.4.6/muffet_2.4.6_Linux_x86_64.tar.gz
+ sha256sums_x86_64 = 42314914d6c33050ddec150eaca400c76b061314ae01328a187fa95a0b2daf9d
pkgname = muffet-bin
diff --git a/PKGBUILD b/PKGBUILD
index e7f5b5dec965..762c333b4b2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=muffet-bin
pkgdesc="Fast website link checker"
-pkgver=2.4.5
+pkgver=2.4.6
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}_${pkgver}_Linux_x86_64.tar.gz")
-sha256sums_x86_64=('a74e82a0234356150f69b2f48b9f83732c1534f532299563a66899e028b172bd')
+sha256sums_x86_64=('42314914d6c33050ddec150eaca400c76b061314ae01328a187fa95a0b2daf9d')
package() {
install -Dm 755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"