mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 1.1.0
This commit is contained in:
parent
bdec1f5faa
commit
ca7b4ba921
2 changed files with 12 additions and 12 deletions
16
.SRCINFO
16
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = pitchfork-bin
|
||||
pkgdesc = Daemons with DX
|
||||
pkgver = 0.2.1
|
||||
pkgver = 1.1.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/jdx/pitchfork
|
||||
arch = x86_64
|
||||
|
|
@ -10,13 +10,13 @@ pkgbase = pitchfork-bin
|
|||
depends = gcc-libs
|
||||
provides = pitchfork
|
||||
conflicts = pitchfork
|
||||
source = LICENSE-0.2.1::https://raw.githubusercontent.com/jdx/pitchfork/v0.2.1/LICENSE
|
||||
source = README-0.2.1.md::https://raw.githubusercontent.com/jdx/pitchfork/v0.2.1/README.md
|
||||
source = LICENSE-1.1.0::https://raw.githubusercontent.com/jdx/pitchfork/v1.1.0/LICENSE
|
||||
source = README-1.1.0.md::https://raw.githubusercontent.com/jdx/pitchfork/v1.1.0/README.md
|
||||
sha256sums = 5ba5d69f83674602525196efe44114e546cf3440d363603961076e52b9647a5a
|
||||
sha256sums = aa980709129d42e91803e82272d1ae1ca6a6d6e2eb535ee54ef1735f9117f297
|
||||
source_x86_64 = pitchfork-x86_64-0.2.1.tar.gz::https://github.com/jdx/pitchfork/releases/download/v0.2.1/pitchfork-x86_64-unknown-linux-gnu.tar.gz
|
||||
sha256sums_x86_64 = 1fa5f9fd7674da8c060d5796e7f5e4f4f401a2c9d6106b8172007e392f6ad691
|
||||
source_aarch64 = pitchfork-aarch64-0.2.1.tar.gz::https://github.com/jdx/pitchfork/releases/download/v0.2.1/pitchfork-aarch64-unknown-linux-gnu.tar.gz
|
||||
sha256sums_aarch64 = 6ca4820afc6cbb6ee45953c208129c2ed982ca9835137cf066a3bdc86dd99853
|
||||
sha256sums = 2594a61774f6f7381bf0d504ffd01fbe415a0c201605c2b0ebf4b1c65461a607
|
||||
source_x86_64 = pitchfork-x86_64-1.1.0.tar.gz::https://github.com/jdx/pitchfork/releases/download/v1.1.0/pitchfork-x86_64-unknown-linux-gnu.tar.gz
|
||||
sha256sums_x86_64 = 234f17a8983290309ade57fbf20b3d42cf086db4fe53cd67399f86aef388c28f
|
||||
source_aarch64 = pitchfork-aarch64-1.1.0.tar.gz::https://github.com/jdx/pitchfork/releases/download/v1.1.0/pitchfork-aarch64-unknown-linux-gnu.tar.gz
|
||||
sha256sums_aarch64 = db98a5904c281db1520767f5fd6e00f2599c189901347d104552c67a85b4f43a
|
||||
|
||||
pkgname = pitchfork-bin
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
_pkgauthor=jdx
|
||||
_pkgname=pitchfork
|
||||
pkgname=${_pkgname}-bin
|
||||
pkgver=0.2.1
|
||||
pkgver=1.1.0
|
||||
_pkgvername=v${pkgver}
|
||||
pkgrel=1
|
||||
pkgdesc="Daemons with DX"
|
||||
|
|
@ -22,9 +22,9 @@ source=("LICENSE-${pkgver}::${_urlraw}/LICENSE"
|
|||
source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tar.gz::${url}/releases/download/${_pkgvername}/${_pkgname}-${_barch[0]}-unknown-linux-gnu.tar.gz")
|
||||
source_aarch64=("${_pkgname}-${arch[1]}-${pkgver}.tar.gz::${url}/releases/download/${_pkgvername}/${_pkgname}-${_barch[1]}-unknown-linux-gnu.tar.gz")
|
||||
sha256sums=('5ba5d69f83674602525196efe44114e546cf3440d363603961076e52b9647a5a'
|
||||
'aa980709129d42e91803e82272d1ae1ca6a6d6e2eb535ee54ef1735f9117f297')
|
||||
sha256sums_x86_64=('1fa5f9fd7674da8c060d5796e7f5e4f4f401a2c9d6106b8172007e392f6ad691')
|
||||
sha256sums_aarch64=('6ca4820afc6cbb6ee45953c208129c2ed982ca9835137cf066a3bdc86dd99853')
|
||||
'2594a61774f6f7381bf0d504ffd01fbe415a0c201605c2b0ebf4b1c65461a607')
|
||||
sha256sums_x86_64=('234f17a8983290309ade57fbf20b3d42cf086db4fe53cd67399f86aef388c28f')
|
||||
sha256sums_aarch64=('db98a5904c281db1520767f5fd6e00f2599c189901347d104552c67a85b4f43a')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue