Skip to content

Commit bdb3cd9

Browse files
committed
upgpkg: flyctl 0.4.42-1
upstream release
1 parent 9a9e285 commit bdb3cd9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

flyctl/.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pkgbase = flyctl
22
pkgdesc = Command line tools for fly.io services
3-
pkgver = 0.4.35
3+
pkgver = 0.4.42
44
pkgrel = 1
55
url = https://github.com/superfly/flyctl
66
arch = x86_64
77
license = Apache-2.0
88
makedepends = git
99
makedepends = go
10-
source = flyctl-0.4.35::git+https://github.com/superfly/flyctl.git#tag=v0.4.35
11-
b2sums = aebc6ed0b3196d7aa0da2992edc9109aecb523b815a4c2f80f6da783acad80e9a941a223d6835684e13422fdd9f0da119f67a0a4878bc92071ba01a0af41c42a
10+
source = flyctl-0.4.42::git+https://github.com/superfly/flyctl.git#tag=v0.4.42
11+
b2sums = f8a420a92747da69de36bdb26f0434d3b0f8e46fc0a88eafcaf30611d6d795f47e048dd559a74b9f82208a766f536ca462e4cb8a296a6e38ab09c27bf8753f99
1212

1313
pkgname = flyctl

flyctl/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# Contributor: Trevor Mosey <trevor dot mosey at gmail dot com>
33

44
pkgname=flyctl
5-
pkgver=0.4.35
5+
pkgver=0.4.42
66
pkgrel=1
77
pkgdesc="Command line tools for fly.io services"
88
arch=("x86_64")
99
url="https://github.com/superfly/flyctl"
1010
license=("Apache-2.0")
1111
makedepends=('git' 'go')
1212
source=("${pkgname}-${pkgver}::git+https://github.com/superfly/flyctl.git#tag=v${pkgver}")
13-
b2sums=('aebc6ed0b3196d7aa0da2992edc9109aecb523b815a4c2f80f6da783acad80e9a941a223d6835684e13422fdd9f0da119f67a0a4878bc92071ba01a0af41c42a')
13+
b2sums=('f8a420a92747da69de36bdb26f0434d3b0f8e46fc0a88eafcaf30611d6d795f47e048dd559a74b9f82208a766f536ca462e4cb8a296a6e38ab09c27bf8753f99')
1414

1515
build() {
1616
BUILD_DATE="$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y-%m-%dT%H:%M:%SZ)"

0 commit comments

Comments
 (0)