summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRanadeep Biswas2022-07-11 01:05:18 +0200
committerRanadeep Biswas2022-07-11 01:05:18 +0200
commit88d947e31d356d2e30d9bf44b6ac5cedbeb5b27f (patch)
tree98bf26e33f2302b03472d03161aff252f3f0f2e6
parent6bd0c380681f77595c21f7c9a047dce2bf77d52f (diff)
downloadaur-88d947e31d356d2e30d9bf44b6ac5cedbeb5b27f.tar.gz
update gh repo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3640c9ab81b3..55951e90ebab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,9 +10,9 @@ pkgbase = ignite-cli-bin
provides = starport
conflicts = ignite-cli
conflicts = starport
- source_x86_64 = https://github.com/ignite-hq/cli/releases/download/v0.22.1/ignite_0.22.1_linux_amd64.tar.gz
+ source_x86_64 = https://github.com/ignite/cli/releases/download/v0.22.1/ignite_0.22.1_linux_amd64.tar.gz
sha256sums_x86_64 = f09272ee6d3a2cf0ec6bb59d5d0e48df4ca5288b248c27f8d4c4a7e1c253945e
- source_aarch64 = https://github.com/ignite-hq/cli/releases/download/v0.22.1/ignite_0.22.1_linux_arm64.tar.gz
+ source_aarch64 = https://github.com/ignite/cli/releases/download/v0.22.1/ignite_0.22.1_linux_arm64.tar.gz
sha256sums_aarch64 = 497f6a1847858b5e91c3e0846de49e3e2c46aaa0b8c0c14663b03eed7dc2f25f
pkgname = ignite-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 38374d2d1716..22bfe1148f2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ url="https://${_orgname}.com/${_projname}"
license=('Apache')
provides=(${_pkgname} starport)
conflicts=(${_pkgname} starport)
-source_x86_64=("https://github.com/${_orgname}-hq/${_projname}/releases/download/v${pkgver}/${_orgname}_${pkgver}_linux_amd64.tar.gz")
-source_aarch64=("https://github.com/${_orgname}-hq/${_projname}/releases/download/v${pkgver}/${_orgname}_${pkgver}_linux_arm64.tar.gz")
+source_x86_64=("https://github.com/${_orgname}/${_projname}/releases/download/v${pkgver}/${_orgname}_${pkgver}_linux_amd64.tar.gz")
+source_aarch64=("https://github.com/${_orgname}/${_projname}/releases/download/v${pkgver}/${_orgname}_${pkgver}_linux_arm64.tar.gz")
sha256sums_x86_64=('f09272ee6d3a2cf0ec6bb59d5d0e48df4ca5288b248c27f8d4c4a7e1c253945e')
sha256sums_aarch64=('497f6a1847858b5e91c3e0846de49e3e2c46aaa0b8c0c14663b03eed7dc2f25f')