Merge pull request #7374 from thunder-coding/flyctl
`flyctl`: Bump to 0.0.233
This commit is contained in:
commit
059fea2920
@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://fly.io
|
|||||||
TERMUX_PKG_DESCRIPTION="Command line tools for fly.io services"
|
TERMUX_PKG_DESCRIPTION="Command line tools for fly.io services"
|
||||||
TERMUX_PKG_LICENSE="Apache-2.0"
|
TERMUX_PKG_LICENSE="Apache-2.0"
|
||||||
TERMUX_PKG_MAINTAINER="Yaksh Bariya <yakshbari4@gmail.com>"
|
TERMUX_PKG_MAINTAINER="Yaksh Bariya <yakshbari4@gmail.com>"
|
||||||
TERMUX_PKG_VERSION=0.0.229
|
TERMUX_PKG_VERSION=0.0.233
|
||||||
TERMUX_PKG_SRCURL=https://github.com/superfly/flyctl/archive/v$TERMUX_PKG_VERSION.tar.gz
|
TERMUX_PKG_SRCURL=https://github.com/superfly/flyctl/archive/v$TERMUX_PKG_VERSION.tar.gz
|
||||||
TERMUX_PKG_SHA256=d161330418c06f83cd7f140eec28c26d4bee08448bbece69c0b0c3b59f0e0d87
|
TERMUX_PKG_SHA256=0309039b883c11f9e360da1e840d75582d4e2ff0632003b6c3dd6d56c4607bad
|
||||||
TERMUX_PKG_BUILD_IN_SRC=true
|
TERMUX_PKG_BUILD_IN_SRC=true
|
||||||
TERMUX_PKG_BLACKLISTED_ARCHES="i686, arm"
|
TERMUX_PKG_BLACKLISTED_ARCHES="i686, arm"
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ termux_step_post_get_source() {
|
|||||||
termux_setup_golang
|
termux_setup_golang
|
||||||
export GOPATH=$TERMUX_PKG_SRCDIR/go
|
export GOPATH=$TERMUX_PKG_SRCDIR/go
|
||||||
go get
|
go get
|
||||||
chmod 777 $GOPATH -R
|
chmod +w $GOPATH -R
|
||||||
}
|
}
|
||||||
|
|
||||||
termux_step_make() {
|
termux_step_make() {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--- ./go/pkg/mod/github.com/containerd/containerd@v1.4.1/platforms/cpuinfo.go 2021-06-28 09:08:13.566953480 +0530
|
--- ./go/pkg/mod/github.com/containerd/containerd@v1.5.3/platforms/cpuinfo.go 2021-06-28 09:08:13.566953480 +0530
|
||||||
+++ ./go/pkg/mod/github.com/containerd/containerd@v1.4.1/platforms/cpuinfo.go.mod 2021-06-28 09:11:57.496953394 +0530
|
+++ ./go/pkg/mod/github.com/containerd/containerd@v1.5.3/platforms/cpuinfo.go.mod 2021-06-28 09:11:57.496953394 +0530
|
||||||
@@ -42,10 +42,6 @@
|
@@ -42,10 +42,6 @@
|
||||||
// So we don't need to access the ARM registers to detect platform information
|
// So we don't need to access the ARM registers to detect platform information
|
||||||
// by ourselves. We can just parse these information from /proc/cpuinfo
|
// by ourselves. We can just parse these information from /proc/cpuinfo
|
||||||
|
Loading…
Reference in New Issue
Block a user