mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 1.6.0
This commit is contained in:
parent
573afb09ce
commit
d9360c36a1
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.5.0
|
||||
pkgver = 1.6.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.5.0::https://raw.githubusercontent.com/jdx/pitchfork/v1.5.0/LICENSE
|
||||
source = README-1.5.0.md::https://raw.githubusercontent.com/jdx/pitchfork/v1.5.0/README.md
|
||||
source = LICENSE-1.6.0::https://raw.githubusercontent.com/jdx/pitchfork/v1.6.0/LICENSE
|
||||
source = README-1.6.0.md::https://raw.githubusercontent.com/jdx/pitchfork/v1.6.0/README.md
|
||||
sha256sums = 5ba5d69f83674602525196efe44114e546cf3440d363603961076e52b9647a5a
|
||||
sha256sums = 98cc9bd3d7462aec29c8c8e35b7469d85fc280208648b8a93e8c386a7a8bb114
|
||||
source_x86_64 = pitchfork-x86_64-1.5.0.tar.gz::https://github.com/jdx/pitchfork/releases/download/v1.5.0/pitchfork-x86_64-unknown-linux-gnu.tar.gz
|
||||
sha256sums_x86_64 = 2103603ff83fbcf03a8ab15e88e588e238deca9b56d42ef0fece12e927da51be
|
||||
source_aarch64 = pitchfork-aarch64-1.5.0.tar.gz::https://github.com/jdx/pitchfork/releases/download/v1.5.0/pitchfork-aarch64-unknown-linux-gnu.tar.gz
|
||||
sha256sums_aarch64 = a08fd705272e2dfc55cbd42d4b61ab1b74bb1ebe92aa656e43d5c9009afa4fa3
|
||||
source_x86_64 = pitchfork-x86_64-1.6.0.tar.gz::https://github.com/jdx/pitchfork/releases/download/v1.6.0/pitchfork-x86_64-unknown-linux-gnu.tar.gz
|
||||
sha256sums_x86_64 = 96858fdc9a01cc60fef0f81a184048b395419ee0bfa580d908da24ec2a725ae6
|
||||
source_aarch64 = pitchfork-aarch64-1.6.0.tar.gz::https://github.com/jdx/pitchfork/releases/download/v1.6.0/pitchfork-aarch64-unknown-linux-gnu.tar.gz
|
||||
sha256sums_aarch64 = c318b4a7fa373f9dfd3fb39c05f2db9c2e2e794dd6d44529d34fa52e8e707575
|
||||
|
||||
pkgname = pitchfork-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
_pkgauthor=jdx
|
||||
_pkgname=pitchfork
|
||||
pkgname=${_pkgname}-bin
|
||||
pkgver=1.5.0
|
||||
pkgver=1.6.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'
|
||||
'98cc9bd3d7462aec29c8c8e35b7469d85fc280208648b8a93e8c386a7a8bb114')
|
||||
sha256sums_x86_64=('2103603ff83fbcf03a8ab15e88e588e238deca9b56d42ef0fece12e927da51be')
|
||||
sha256sums_aarch64=('a08fd705272e2dfc55cbd42d4b61ab1b74bb1ebe92aa656e43d5c9009afa4fa3')
|
||||
sha256sums_x86_64=('96858fdc9a01cc60fef0f81a184048b395419ee0bfa580d908da24ec2a725ae6')
|
||||
sha256sums_aarch64=('c318b4a7fa373f9dfd3fb39c05f2db9c2e2e794dd6d44529d34fa52e8e707575')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue