Skip to content

Commit bf7c1c9

Browse files
committed
rclone: bump version to 1.67.0
Signed-off-by: Scott Ware <[email protected]>
1 parent 8031093 commit bf7c1c9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

recipes-connectivity/rclone/rclone_1.66.0.bb renamed to recipes-connectivity/rclone/rclone_1.67.0.bb

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DESCRIPTION = "Sync files to and from many cloud storage providers like AWS S3,
33
AUTHOR = "Nick Craig-Wood"
44
HOMEPAGE = "https://rclone.org/"
55
LICENSE = "MIT"
6-
LIC_FILES_CHKSUM = "file://src/github.com/rclone/rclone/COPYING;md5=bed161b82a1ecab65ff7ba3c3b960439"
6+
LIC_FILES_CHKSUM = "file://src/COPYING;md5=bed161b82a1ecab65ff7ba3c3b960439"
77

88
RDEPENDS:${PN}-dev = "\
99
bash \
@@ -14,7 +14,10 @@ inherit go-mod
1414

1515
GO_IMPORT = "github.com/rclone/rclone"
1616
GO_INSTALL = "${GO_IMPORT}"
17+
GO_LINKSHARED = ""
1718

18-
SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https"
19+
SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https;destsuffix=src"
1920

20-
SRCREV = "b6013a5e689ff4ff8a869aa262c9d04d454f5a71"
21+
SRCREV = "93e8a976ef686a4bd8e3afaf2016734c81881507"
22+
23+
S = "${UNPACKDIR}"

0 commit comments

Comments
 (0)