Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src-cli/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
pkgbase = src-cli
pkgdesc = Sourcegraph command-line interface
pkgver = 7.6.0
pkgver = 8.0.0
pkgrel = 2
url = https://github.com/sourcegraph/src-cli
arch = x86_64
license = Apache-2.0
noextract = src-cli-7.6.0-linux-amd64
noextract = src-cli-8.0.0-linux-amd64
options = !debug
options = !strip
source = LICENSE-7.6.0::https://github.com/sourcegraph/src-cli/raw/7.6.0/LICENSE
source = LICENSE-8.0.0::https://github.com/sourcegraph/src-cli/raw/8.0.0/LICENSE
sha256sums = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
source_x86_64 = src-cli-7.6.0-linux-amd64::https://github.com/sourcegraph/src-cli/releases/download/7.6.0/src_linux_amd64
sha256sums_x86_64 = 3816329820ea112547035ed1cad2568807da8c0f0293898b2e0962ef11589ade
source_x86_64 = src-cli-8.0.0-linux-amd64::https://github.com/sourcegraph/src-cli/releases/download/8.0.0/src_linux_amd64
sha256sums_x86_64 = aefc2f213bb3683725128113da4ca4f8bf339160bd8b3a2f912ad0024df570af

pkgname = src-cli
4 changes: 2 additions & 2 deletions src-cli/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Travis Lyons <pkgbuild at trly dot dev>
pkgname=src-cli
pkgver=7.6.0 # renovate: datasource=github-tags depName=sourcegraph/src-cli
pkgver=8.0.0 # renovate: datasource=github-tags depName=sourcegraph/src-cli
pkgrel=2
pkgdesc="Sourcegraph command-line interface"
arch=('x86_64')
Expand All @@ -12,7 +12,7 @@ source=("LICENSE-${pkgver}::${url}/raw/${pkgver}/LICENSE")
source_x86_64=("${pkgname}-${pkgver}-linux-amd64::${url}/releases/download/${pkgver}/src_linux_amd64")
noextract=("${pkgname}-${pkgver}-linux-amd64")
sha256sums=('c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4')
sha256sums_x86_64=('3816329820ea112547035ed1cad2568807da8c0f0293898b2e0962ef11589ade')
sha256sums_x86_64=('aefc2f213bb3683725128113da4ca4f8bf339160bd8b3a2f912ad0024df570af')

package() {
install -Dm755 "${srcdir}/${pkgname}-${pkgver}-linux-amd64" "${pkgdir}/usr/bin/src"
Expand Down
Loading