summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb3aeb183bfa..7efa0d2a30b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,11 @@ pkgbase = s5cmd-bin
pkgdesc = Parallel S3 and local filesystem execution tool
pkgver = 1.0.0
pkgrel = 1
- url = https://binhub.com/peak/s5cmd
+ url = https://github.com/peak/s5cmd
arch = x86_64
license = MIT
provides = s5cmd
- source = https://binhub.com/peak/s5cmd/releases/download/v1.0.0/s5cmd_1.0.0_Linux-64bit.tar.gz
+ source = https://github.com/peak/s5cmd/releases/download/v1.0.0/s5cmd_1.0.0_Linux-64bit.tar.gz
sha256sums = a56eab6493fa6613d525e7329dc15ba161cd233708f3a0b168829934731c60f2
pkgname = s5cmd-bin
diff --git a/PKGBUILD b/PKGBUILD
index 83690cf9b1e7..97f418467823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.0
pkgrel=1
pkgdesc="Parallel S3 and local filesystem execution tool"
arch=('x86_64')
-url='https://binhub.com/peak/s5cmd'
+url='https://github.com/peak/s5cmd'
license=('MIT')
provides=("${pkgname%-bin}")
source=("${url}/releases/download/v${pkgver}/s5cmd_${pkgver}_Linux-64bit.tar.gz")