We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07929a commit f5034dfCopy full SHA for f5034df
alarmcn/flyctl/PKGBUILD
@@ -2,15 +2,15 @@
2
# Contributor: Trevor Mosey <trevor dot mosey at gmail dot com>
3
4
pkgname=flyctl
5
-pkgver=0.3.120
+pkgver=0.3.121
6
pkgrel=1
7
pkgdesc="Command line tools for fly.io services"
8
arch=('x86_64' 'aarch64' 'riscv64')
9
url="https://github.com/superfly/${pkgname}"
10
license=("Apache-2.0")
11
makedepends=('go')
12
source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
13
-sha256sums=('8a11f9424e61295d3151736d2719bb6a8217e14db24e56097b1e4457313be4a0')
+sha256sums=('73bf85146b8fcca22d1b799a27e4269407a805d70348a85eae11302b2204c609')
14
15
build() {
16
cd "${pkgname}-${pkgver}/"
0 commit comments