summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeow King2024-01-03 11:04:26 +0800
committerMeow King2024-01-03 11:04:26 +0800
commitd64d693c8d70c3619b040c0c48c9183e24f1963a (patch)
treec4dc4f95088e3d8298275729bdeac1284c96489e
parent194eaa6c6a518aaeff48dae7154f4ca2bdf7fccb (diff)
downloadaur-d64d693c8d70c3619b040c0c48c9183e24f1963a.tar.gz
v8.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--changelog.txt8
3 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc25f0a86e91..db43358955fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flying-carpet-bin
pkgdesc = File transfer between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No network infrastructure required, just two devices with WiFi chips in close range.
- pkgver = 7.1
- pkgrel = 2
+ pkgver = 8.0.1
+ pkgrel = 1
url = https://github.com/spieglt/FlyingCarpet
changelog = changelog.txt
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = flying-carpet-bin
makedepends = libarchive
provides = flying-carpet
conflicts = flying-carpet
- source = https://github.com/spieglt/FlyingCarpet/releases/download/v7.1/linux_flying-carpet_7.1.0_amd64.deb
- sha256sums = 0bd24ecee6ea20cfbc80d825cf8f9228fa837ce3aa141f7a4705190621b0a11b
+ source = https://github.com/spieglt/FlyingCarpet/releases/download/v8.0.1/linux_flying-carpet_8.0.1_amd64.deb
+ sha256sums = 5f4318dbdba14f561b180d4f0bcf0821b9c7cae4b8e10691eb9133833d7473c8
pkgname = flying-carpet-bin
diff --git a/PKGBUILD b/PKGBUILD
index c0ae59e5d7b3..5c021d893317 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Meow King <mr.ziqiyang@gmail.com>
pkgname=flying-carpet-bin
-pkgver=7.1 # NOTE
-pkgrel=2 # NOTE
+pkgver=8.0.1 # NOTE
+pkgrel=1 # NOTE
pkgdesc="File transfer between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No network infrastructure required, just two devices with WiFi chips in close range. "
arch=("x86_64")
url="https://github.com/spieglt/FlyingCarpet"
@@ -13,8 +13,8 @@ depends=()
provides=("flying-carpet")
conflicts=("flying-carpet")
changelog="changelog.txt" # NOTE
-source=("${url}/releases/download/v${pkgver}/linux_flying-carpet_${pkgver}.0_amd64.deb")
-sha256sums=('0bd24ecee6ea20cfbc80d825cf8f9228fa837ce3aa141f7a4705190621b0a11b')
+source=("${url}/releases/download/v${pkgver}/linux_flying-carpet_${pkgver}_amd64.deb")
+sha256sums=('5f4318dbdba14f561b180d4f0bcf0821b9c7cae4b8e10691eb9133833d7473c8')
prepare() {
bsdtar -xf data.tar.gz
diff --git a/changelog.txt b/changelog.txt
index 98a79180e8a9..751e07111e35 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,9 +1,11 @@
-The Android version is available on the Play Store, or android_FlyingCarpet.apk is available here if you would like to sideload.
+Version 8.0 allows sending folders from Android and iOS. Flying Carpet now skips a transfer if a file of the same name, location, and contents already exists on the receiving end. This allows folders to be mirrored and interrupted transfers to be quickly resumed. If a file of the same name, but different size/contents exists, the transfer will still take place, with the new file renamed. To send a folder from the Linux, macOS, and Windows versions, select Send and then drag a folder onto the window.
+
+Version 8.0.1 fixes a bug with path handling.
+
+The Android version is available on the Play Store, or android_FlyingCarpet_8.0.0.apk is available here if you would like to sideload.
The iOS version is available here or search the App Store for "Flying Carpet File Transfer".
Send and receive files between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No shared network or cell connection required, just two devices with WiFi chips in close range.
Don't have a flash drive? Don't have access to a wireless network? Need to move a file larger than 2GB between different filesystems but don't want to set up a network share? Try it out!
-
-Version 7.1 adds support for computers with multiple wireless interfaces on Linux and Windows.