mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 1.2.0
This commit is contained in:
parent
ca7b4ba921
commit
26ec4910ef
2 changed files with 10 additions and 10 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = pitchfork-bin
|
||||
pkgdesc = Daemons with DX
|
||||
pkgver = 1.1.0
|
||||
pkgver = 1.2.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-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
|
||||
source = LICENSE-1.2.0::https://raw.githubusercontent.com/jdx/pitchfork/v1.2.0/LICENSE
|
||||
source = README-1.2.0.md::https://raw.githubusercontent.com/jdx/pitchfork/v1.2.0/README.md
|
||||
sha256sums = 5ba5d69f83674602525196efe44114e546cf3440d363603961076e52b9647a5a
|
||||
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
|
||||
source_x86_64 = pitchfork-x86_64-1.2.0.tar.gz::https://github.com/jdx/pitchfork/releases/download/v1.2.0/pitchfork-x86_64-unknown-linux-gnu.tar.gz
|
||||
sha256sums_x86_64 = e369d3cf2e52ba90a6e1429b65f5bec8f8e4621099b54ae24fd8aaa02ff59517
|
||||
source_aarch64 = pitchfork-aarch64-1.2.0.tar.gz::https://github.com/jdx/pitchfork/releases/download/v1.2.0/pitchfork-aarch64-unknown-linux-gnu.tar.gz
|
||||
sha256sums_aarch64 = 88f6ccf1ee0bb204af384195b2cf8afeb8aa4bc56dc333c39cdbbbfe1ee28149
|
||||
|
||||
pkgname = pitchfork-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
_pkgauthor=jdx
|
||||
_pkgname=pitchfork
|
||||
pkgname=${_pkgname}-bin
|
||||
pkgver=1.1.0
|
||||
pkgver=1.2.0
|
||||
_pkgvername=v${pkgver}
|
||||
pkgrel=1
|
||||
pkgdesc="Daemons with DX"
|
||||
|
|
@ -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=('5ba5d69f83674602525196efe44114e546cf3440d363603961076e52b9647a5a'
|
||||
'2594a61774f6f7381bf0d504ffd01fbe415a0c201605c2b0ebf4b1c65461a607')
|
||||
sha256sums_x86_64=('234f17a8983290309ade57fbf20b3d42cf086db4fe53cd67399f86aef388c28f')
|
||||
sha256sums_aarch64=('db98a5904c281db1520767f5fd6e00f2599c189901347d104552c67a85b4f43a')
|
||||
sha256sums_x86_64=('e369d3cf2e52ba90a6e1429b65f5bec8f8e4621099b54ae24fd8aaa02ff59517')
|
||||
sha256sums_aarch64=('88f6ccf1ee0bb204af384195b2cf8afeb8aa4bc56dc333c39cdbbbfe1ee28149')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue