summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 432485c7eb5c..bc78e9792500 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = maxfetch
license = GPL
depends = bash
provides = maxfetch
- source = maxfetch::https://raw.githubusercontent.com/jobcmax/maxfetch/main/maxfetch
- sha256sums = 0a71270e123fbe5b67f559dffc81ac7321c3611b277c359b1ef27afae28af13d
+ source = maxfetch::https://github.com/jobcmax/maxfetch/releases/download/stable/maxfetch
+ sha256sums = 0d398be32cf8584d92b935053086be1478fe043ce07f7119359268d732a5068b
pkgname = maxfetch
diff --git a/PKGBUILD b/PKGBUILD
index 80045ac8b13d..f1af261a12c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ url="https://github.com/jobcmax/maxfetch"
license=("GPL")
depends=("bash")
provides=("maxfetch")
-source=("${pkgname}::https://raw.githubusercontent.com/jobcmax/maxfetch/main/maxfetch")
-sha256sums=("0a71270e123fbe5b67f559dffc81ac7321c3611b277c359b1ef27afae28af13d")
+source=("${pkgname}::https://github.com/jobcmax/maxfetch/releases/download/stable/maxfetch")
+sha256sums=("0d398be32cf8584d92b935053086be1478fe043ce07f7119359268d732a5068b")
package() {
mkdir -p "${pkgdir}"/usr/bin