mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 1.10.0
This commit is contained in:
parent
f8e29ad2c6
commit
1f21c8901c
2 changed files with 10 additions and 10 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = fnox-bin
|
||||
pkgdesc = Fort Knox for your secrets
|
||||
pkgver = 1.9.2
|
||||
pkgver = 1.10.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/jdx/fnox
|
||||
arch = x86_64
|
||||
|
|
@ -10,13 +10,13 @@ pkgbase = fnox-bin
|
|||
depends = gcc-libs
|
||||
provides = fnox
|
||||
conflicts = fnox
|
||||
source = LICENSE-1.9.2::https://raw.githubusercontent.com/jdx/fnox/v1.9.2/LICENSE
|
||||
source = README-1.9.2.md::https://raw.githubusercontent.com/jdx/fnox/v1.9.2/README.md
|
||||
source = LICENSE-1.10.0::https://raw.githubusercontent.com/jdx/fnox/v1.10.0/LICENSE
|
||||
source = README-1.10.0.md::https://raw.githubusercontent.com/jdx/fnox/v1.10.0/README.md
|
||||
sha256sums = a978dbd843845fb958044bc384c1826bd9cb5e64ea540c392fa410a288de9df4
|
||||
sha256sums = 3fa941e2b40e3e8017f6548dc5a3db235e7522ef3b0a6d5afd60e88046567c52
|
||||
source_x86_64 = fnox-x86_64-1.9.2.tar.gz::https://github.com/jdx/fnox/releases/download/v1.9.2/fnox-x86_64-unknown-linux-gnu.tar.gz
|
||||
sha256sums_x86_64 = a63197af75b12db537c74f8892ba038495ab666c4ab5332150b0e17056d8fc44
|
||||
source_aarch64 = fnox-aarch64-1.9.2.tar.gz::https://github.com/jdx/fnox/releases/download/v1.9.2/fnox-aarch64-unknown-linux-gnu.tar.gz
|
||||
sha256sums_aarch64 = e54d6b19d7654542ca5cac31425c0659c86bbaf07c4ec401748605e92e51eeb8
|
||||
source_x86_64 = fnox-x86_64-1.10.0.tar.gz::https://github.com/jdx/fnox/releases/download/v1.10.0/fnox-x86_64-unknown-linux-gnu.tar.gz
|
||||
sha256sums_x86_64 = 509472cc567c164432a80b7ae401e10559a169cd35a302c0f5b42b442557db21
|
||||
source_aarch64 = fnox-aarch64-1.10.0.tar.gz::https://github.com/jdx/fnox/releases/download/v1.10.0/fnox-aarch64-unknown-linux-gnu.tar.gz
|
||||
sha256sums_aarch64 = 750104b35109a625ee31aa2b5796b8528f3f3dd14357816344ceafb487391a2f
|
||||
|
||||
pkgname = fnox-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
_pkgauthor=jdx
|
||||
_pkgname=fnox
|
||||
pkgname=${_pkgname}-bin
|
||||
pkgver=1.9.2
|
||||
pkgver=1.10.0
|
||||
_pkgvername=v${pkgver}
|
||||
pkgrel=1
|
||||
pkgdesc="Fort Knox for your secrets"
|
||||
|
|
@ -23,8 +23,8 @@ source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tar.gz::${url}/releases/downloa
|
|||
source_aarch64=("${_pkgname}-${arch[1]}-${pkgver}.tar.gz::${url}/releases/download/${_pkgvername}/${_pkgname}-${_barch[1]}-unknown-linux-gnu.tar.gz")
|
||||
sha256sums=('a978dbd843845fb958044bc384c1826bd9cb5e64ea540c392fa410a288de9df4'
|
||||
'3fa941e2b40e3e8017f6548dc5a3db235e7522ef3b0a6d5afd60e88046567c52')
|
||||
sha256sums_x86_64=('a63197af75b12db537c74f8892ba038495ab666c4ab5332150b0e17056d8fc44')
|
||||
sha256sums_aarch64=('e54d6b19d7654542ca5cac31425c0659c86bbaf07c4ec401748605e92e51eeb8')
|
||||
sha256sums_x86_64=('509472cc567c164432a80b7ae401e10559a169cd35a302c0f5b42b442557db21')
|
||||
sha256sums_aarch64=('750104b35109a625ee31aa2b5796b8528f3f3dd14357816344ceafb487391a2f')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue