summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReik Keutterling2022-08-26 14:46:50 +0200
committerReik Keutterling2022-08-26 14:46:50 +0200
commit98a63bb5b1837e424331ed92ef0ec278febf5697 (patch)
treeb32a3044327ac584cf4753ced8e07dc8f55ce2fc
parent5c291c2a1b63223f20b98447a5baab19b9a6f409 (diff)
downloadaur-notary-bin.tar.gz
https protocol
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46351d5cecab..05f176301668 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = notary-bin
url = https://github.com/theupdateframework/notary
arch = x86_64
license = APACHE
- source = git+https://github.com/theupdateframework/notary/releases/download/v0.6.1/notary-Linux-amd64
+ source = https://github.com/theupdateframework/notary/releases/download/v0.6.1/notary-Linux-amd64
sha256sums = SKIP
pkgname = notary-bin
diff --git a/PKGBUILD b/PKGBUILD
index 822d11a8a1ab..66ddc3ff515b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc="Notary is a project that allows anyone to have trust over arbitrary col
arch=('x86_64')
url="https://github.com/theupdateframework/notary"
license=('APACHE')
-source=("git+https://github.com/theupdateframework/notary/releases/download/v${pkgver}/notary-Linux-amd64")
-sha256sums=('SKIP')
+source=("https://github.com/theupdateframework/notary/releases/download/v${pkgver}/notary-Linux-amd64")
+sha256sums=('73353b2b4b85604c738a6800465133cb3a828dff0aa26f3c0926dd9a73e19879')
package() {