blob: 53c0d0e6d3112e68c63d4e6a2f3e65546e7b47ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = gitflow-next-bin
pkgdesc = A modern reimplementation of git-flow in Go.
pkgver = 1.1.0
pkgrel = 1
url = https://git-flow.sh
arch = i686
arch = x86_64
arch = aarch64
license = BSD-2-Clause
depends = git
provides = gitflow
conflicts = gitflow
conflicts = gitflow-git
conflicts = gitflow-avh
source_i686 = https://github.com/gittower/git-flow-next/releases/download/v1.1.0/git-flow-next-v1.1.0-linux-386.tar.gz
sha256sums_i686 = 281128839b7db8b5c38d5ecec7949c6498c9b659a50063fb54ab5964123780ed
source_x86_64 = https://github.com/gittower/git-flow-next/releases/download/v1.1.0/git-flow-next-v1.1.0-linux-amd64.tar.gz
sha256sums_x86_64 = 98a68e6ce525595dc94e3e3ac39d14f095edaad4de8a42513a294c50d9e190df
source_aarch64 = https://github.com/gittower/git-flow-next/releases/download/v1.1.0/git-flow-next-v1.1.0-linux-arm64.tar.gz
sha256sums_aarch64 = f26e631e6fd6739006aa5a077b250a2a6c1770488832cd8bb31ea9705891c84c
pkgname = gitflow-next-bin
|