summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRanadeep Biswas2022-01-10 02:18:49 +0100
committerRanadeep Biswas2022-01-10 02:18:49 +0100
commit40f869bcb63994f0da962b5ae971032a33d7db2c (patch)
tree92667328e6f6c3c21c8c6c4c3dd55cd7e47e46b9
parentbf27d915f67ff6a4ad33a3f0f46ff19ae02d5037 (diff)
downloadaur-40f869bcb63994f0da962b5ae971032a33d7db2c.tar.gz
update source and checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c98ec8afd43f..1d75649df501 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,9 @@ pkgbase = akash-bin
license = Apache
provides = akash
conflicts = akash
+ source = https://raw.githubusercontent.com/ovrclk/akash/v0.14.1/LICENSE
+ sha256sums = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
source_x86_64 = https://github.com/ovrclk/akash/releases/download/v0.14.1/akash_0.14.1_linux_amd64.zip
- source_x86_64 = https://raw.githubusercontent.com/ovrclk/akash/v0.14.1/LICENSE
sha256sums_x86_64 = 679830454f9d84d1e6f77dbbc11b9c1acedbaba9a9d889aa83b32a1e82e46a78
- sha256sums_x86_64 = f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd
pkgname = akash-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8fee86e280bc..4eb8ac6f09dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,10 @@ url="https://github.com/${_orgname}/${_pkgname}"
license=('Apache')
provides=(${_pkgname})
conflicts=(${_pkgname})
-source_x86_64=("https://github.com/${_orgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_amd64.zip"
- "https://raw.githubusercontent.com/${_orgname}/${_pkgname}/v${pkgver}/LICENSE")
-sha256sums_x86_64=('679830454f9d84d1e6f77dbbc11b9c1acedbaba9a9d889aa83b32a1e82e46a78'
- 'f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd')
+source=("https://raw.githubusercontent.com/${_orgname}/${_pkgname}/v${pkgver}/LICENSE")
+source_x86_64=("https://github.com/${_orgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_amd64.zip")
+sha256sums=('f88a0de961dddc3410a201b6174c54190fdd912310df24ea8292c675981a39cd')
+sha256sums_x86_64=('679830454f9d84d1e6f77dbbc11b9c1acedbaba9a9d889aa83b32a1e82e46a78')
package() {
install -Dt "${pkgdir}/usr/bin" "${srcdir}/${_pkgname}_${pkgver}_linux_amd64/${_pkgname}"