mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 0.2.2
This commit is contained in:
parent
75ee73e238
commit
ec1ee6923d
2 changed files with 12 additions and 12 deletions
16
.SRCINFO
16
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = tori-cli-bin
|
||||
pkgdesc = Lightweight Docker monitoring with alerting
|
||||
pkgver = 0.2.1
|
||||
pkgver = 0.2.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/thobiasn/tori-cli
|
||||
install = tori-cli.install
|
||||
|
|
@ -10,23 +10,23 @@ pkgbase = tori-cli-bin
|
|||
provides = tori
|
||||
conflicts = tori-cli
|
||||
backup = etc/tori/config.toml
|
||||
source = README-0.2.1.md::https://raw.githubusercontent.com/thobiasn/tori-cli/v0.2.1/README.md
|
||||
source = LICENSE-0.2.1::https://raw.githubusercontent.com/thobiasn/tori-cli/v0.2.1/LICENSE
|
||||
source = README-0.2.2.md::https://raw.githubusercontent.com/thobiasn/tori-cli/v0.2.2/README.md
|
||||
source = LICENSE-0.2.2::https://raw.githubusercontent.com/thobiasn/tori-cli/v0.2.2/LICENSE
|
||||
source = tori-cli.config
|
||||
source = tori-cli.service
|
||||
source = tori-cli.sysusers
|
||||
source = tori-cli.tmpfiles
|
||||
source = tori-cli.install
|
||||
sha256sums = 721b7bb566fee06aebe9fc9c267d11b41a821385e7dc78f67a0ea528d5351fc7
|
||||
sha256sums = 978f6e7aae86c64f8141de074a000d74c5856579c3cfbc4c1acf1c5036c00e37
|
||||
sha256sums = dd4323e456ce3acd4d0cb493238861b3eca0f1a1df5845b9babf0b6e5738dff8
|
||||
sha256sums = dc02531f019bb5f48aeeda9feec15e9faa3c5be3b27d81657af390659ba74ec9
|
||||
sha256sums = 32544b8d9efe9262b43d2f96bb150ce9d73945e82a5b67c06281a2e45a9d1241
|
||||
sha256sums = 98357980142450ebe781b28be81964dc5e2651499f9f098bd13da32173f3f539
|
||||
sha256sums = adeab60faa35075ff8adf4e96afe6cad56a4bd801a7c1f776a2f4104c3d522d0
|
||||
sha256sums = 57cd1949897e7280e98b50df088880af2ca5dfd984b5ff6016db355c2439b7a7
|
||||
source_x86_64 = tori-cli-x86_64-0.2.1::https://github.com/thobiasn/tori-cli/releases/download/v0.2.1/tori_0.2.1_linux_amd64
|
||||
sha256sums_x86_64 = 2ff6774bd227f443ba1eac3d7a00c8ac9648a89363d9d6ed5818fdfd0b9d2680
|
||||
source_aarch64 = tori-cli-aarch64-0.2.1::https://github.com/thobiasn/tori-cli/releases/download/v0.2.1/tori_0.2.1_linux_arm64
|
||||
sha256sums_aarch64 = 79a076946a989402a9c17878e1897d1c8306144f9dd863f70fb3c98f3d27e10e
|
||||
source_x86_64 = tori-cli-x86_64-0.2.2::https://github.com/thobiasn/tori-cli/releases/download/v0.2.2/tori_0.2.2_linux_amd64
|
||||
sha256sums_x86_64 = fde89e6eeca4e186225e0ffaa1fa5fa47227a8f42e1258a469f96406f861b82d
|
||||
source_aarch64 = tori-cli-aarch64-0.2.2::https://github.com/thobiasn/tori-cli/releases/download/v0.2.2/tori_0.2.2_linux_arm64
|
||||
sha256sums_aarch64 = 0d9804bfea9da19330504e2d7915c9a3e81f29640a1878feab736bfcecf1d2bc
|
||||
|
||||
pkgname = tori-cli-bin
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -6,7 +6,7 @@ pkgname=${_pkgname}-bin
|
|||
pkgdesc="Lightweight Docker monitoring with alerting"
|
||||
_appname=${_pkgname%%-cli}
|
||||
|
||||
pkgver=0.2.1
|
||||
pkgver=0.2.2
|
||||
pkgrel=1
|
||||
_pkgvername=v${pkgver}
|
||||
|
||||
|
|
@ -35,15 +35,15 @@ source=("README-${pkgver}.md::${_urlraw}/README.md"
|
|||
"${_pkgname}.install")
|
||||
source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}::${url}/releases/download/${_pkgvername}/${_appname}_${pkgver}_${_barch[0]}")
|
||||
source_aarch64=("${_pkgname}-${arch[1]}-${pkgver}::${url}/releases/download/${_pkgvername}/${_appname}_${pkgver}_${_barch[1]}")
|
||||
sha256sums=('721b7bb566fee06aebe9fc9c267d11b41a821385e7dc78f67a0ea528d5351fc7'
|
||||
sha256sums=('978f6e7aae86c64f8141de074a000d74c5856579c3cfbc4c1acf1c5036c00e37'
|
||||
'dd4323e456ce3acd4d0cb493238861b3eca0f1a1df5845b9babf0b6e5738dff8'
|
||||
'dc02531f019bb5f48aeeda9feec15e9faa3c5be3b27d81657af390659ba74ec9'
|
||||
'32544b8d9efe9262b43d2f96bb150ce9d73945e82a5b67c06281a2e45a9d1241'
|
||||
'98357980142450ebe781b28be81964dc5e2651499f9f098bd13da32173f3f539'
|
||||
'adeab60faa35075ff8adf4e96afe6cad56a4bd801a7c1f776a2f4104c3d522d0'
|
||||
'57cd1949897e7280e98b50df088880af2ca5dfd984b5ff6016db355c2439b7a7')
|
||||
sha256sums_x86_64=('2ff6774bd227f443ba1eac3d7a00c8ac9648a89363d9d6ed5818fdfd0b9d2680')
|
||||
sha256sums_aarch64=('79a076946a989402a9c17878e1897d1c8306144f9dd863f70fb3c98f3d27e10e')
|
||||
sha256sums_x86_64=('fde89e6eeca4e186225e0ffaa1fa5fa47227a8f42e1258a469f96406f861b82d')
|
||||
sha256sums_aarch64=('0d9804bfea9da19330504e2d7915c9a3e81f29640a1878feab736bfcecf1d2bc')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue