fix: pkg sums
This commit is contained in:
parent
3c30f20b5a
commit
094b397ee7
3
.SRCINFO
3
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = container-logs
|
pkgbase = container-logs
|
||||||
pkgdesc = Print logs of docker containers on stdout
|
pkgdesc = Print logs of docker containers on stdout
|
||||||
pkgver = 0.1.0
|
pkgver = 0.1.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://git.cryptic.systems/volker.raschek/container-logs
|
url = https://git.cryptic.systems/volker.raschek/container-logs
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = armv7h
|
arch = armv7h
|
||||||
@ -13,4 +13,3 @@ pkgbase = container-logs
|
|||||||
sha512sums = a58945d67f58da882e4a00b122e217997f08e5fcbb0f2c555a1ccd16eb77df25fafcd65e23f001930acf45306d474791d0f4ced79d26f2cc0e4f2fdd87007cc6
|
sha512sums = a58945d67f58da882e4a00b122e217997f08e5fcbb0f2c555a1ccd16eb77df25fafcd65e23f001930acf45306d474791d0f4ced79d26f2cc0e4f2fdd87007cc6
|
||||||
|
|
||||||
pkgname = container-logs
|
pkgname = container-logs
|
||||||
|
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=container-logs
|
pkgname=container-logs
|
||||||
pkgver=0.1.0
|
pkgver=0.1.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Print logs of docker containers on stdout'
|
pkgdesc='Print logs of docker containers on stdout'
|
||||||
arch=('x86_64' 'armv7h')
|
arch=('x86_64' 'armv7h')
|
||||||
url=https://git.cryptic.systems/volker.raschek/container-logs
|
url=https://git.cryptic.systems/volker.raschek/container-logs
|
||||||
@ -12,9 +12,7 @@ makedepends=('git' 'go')
|
|||||||
source=(
|
source=(
|
||||||
"https://git.cryptic.systems/volker.raschek/container-logs/archive/v${pkgver}.tar.gz"
|
"https://git.cryptic.systems/volker.raschek/container-logs/archive/v${pkgver}.tar.gz"
|
||||||
)
|
)
|
||||||
sha512sums=(
|
sha512sums=('a58945d67f58da882e4a00b122e217997f08e5fcbb0f2c555a1ccd16eb77df25fafcd65e23f001930acf45306d474791d0f4ced79d26f2cc0e4f2fdd87007cc6')
|
||||||
"a58945d67f58da882e4a00b122e217997f08e5fcbb0f2c555a1ccd16eb77df25fafcd65e23f001930acf45306d474791d0f4ced79d26f2cc0e4f2fdd87007cc6"
|
|
||||||
)
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
GOBIN=${HOME}/go/bin
|
GOBIN=${HOME}/go/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user