summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız2022-08-04 00:05:44 +0200
committerOrhun Parmaksız2022-08-04 00:05:44 +0200
commit1638a2cb7965cf142f2728bb2ec8ad72e4ec0a8d (patch)
treed1f283c4f4aaf0107dd2a30a7aa3ed08a689fedf
parentf50ffbcf1088664cb8524db0fc7fec8b752bff77 (diff)
downloadaur-1638a2cb7965cf142f2728bb2ec8ad72e4ec0a8d.tar.gz
upgpkg: muffet-bin 2.6.0-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 6939c8155f39..c8c512fcdfd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = muffet-bin
pkgdesc = Fast website link checker
- pkgver = 2.5.0
+ pkgver = 2.6.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.5.0/muffet_2.5.0_Linux_x86_64.tar.gz
- sha256sums_x86_64 = 65f34a2a5063aa7868616d8c05a87c641ee056899dffb3c9d5dfb5c4ff736b45
+ source_x86_64 = https://github.com/raviqqe/muffet/releases/download/v2.6.0/muffet_2.6.0_Linux_x86_64.tar.gz
+ sha256sums_x86_64 = 3eb46775bb81894386e6ce2056a7f728708392b6cfc29ebdb871df033f77ae69
pkgname = muffet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 399ed467b7b8..efcc9d0b21e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=muffet-bin
pkgdesc="Fast website link checker"
-pkgver=2.5.0
+pkgver=2.6.0
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=('65f34a2a5063aa7868616d8c05a87c641ee056899dffb3c9d5dfb5c4ff736b45')
+sha256sums_x86_64=('3eb46775bb81894386e6ce2056a7f728708392b6cfc29ebdb871df033f77ae69')
package() {
install -Dm 755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"