summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaserbot2024-03-06 17:56:46 +0000
committergoreleaserbot2024-03-06 17:56:46 +0000
commit5ae2368604106eba1345cf38eea2358b3d001720 (patch)
treef71d048ad3f1b2d507baf39381d7b2bc8103e60b
parent0ca8c486423a12b7198a7a1666c1409175207afd (diff)
downloadaur-5ae2368604106eba1345cf38eea2358b3d001720.tar.gz
Update to v0.6.3
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD18
2 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e7dc348ceae..302ee927cb6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
pkgbase = fztea-bin
pkgdesc = TUI to interact with your flipper zero
- pkgver = 0.6.2
+ pkgver = 0.6.3
pkgrel = 1
url = https://jon4hz.io
license = MIT
conflicts = fztea
provides = fztea
arch = aarch64
- source_aarch64 = https://github.com/jon4hz/fztea/releases/download/v0.6.2/fztea-v0.6.2-linux-arm64.tar.gz
- sha256sums_aarch64 = 06a4331bc9152628e3b79cddbf0e52fc6360990ed779dad5c6ea4757e01a4054
+ source_aarch64 = https://github.com/jon4hz/fztea/releases/download/v0.6.3/fztea-v0.6.3-linux-arm64.tar.gz
+ sha256sums_aarch64 = 1787c40dd952d6089156d8d282b2300efd5a15c274472ecb280eeea76b0c22c4
arch = armv7h
- source_armv7h = https://github.com/jon4hz/fztea/releases/download/v0.6.2/fztea-v0.6.2-linux-armv7.tar.gz
- sha256sums_armv7h = c0b43db892d05aa65b0dd9e1597575dfdcc63bd32d55300079a6e6aa07d0623a
+ source_armv7h = https://github.com/jon4hz/fztea/releases/download/v0.6.3/fztea-v0.6.3-linux-armv7.tar.gz
+ sha256sums_armv7h = f2b4365b2d9b95d951c904898b5cec39718265abe769292538cf1d7968b54fec
arch = i686
- source_i686 = https://github.com/jon4hz/fztea/releases/download/v0.6.2/fztea-v0.6.2-linux-386.tar.gz
- sha256sums_i686 = 1abe44b4e721b13d80b70dea33c31157a5e6635ebf112719409440e160e2ce0d
+ source_i686 = https://github.com/jon4hz/fztea/releases/download/v0.6.3/fztea-v0.6.3-linux-386.tar.gz
+ sha256sums_i686 = 1b3545aa96ce5c01a112a01d9c098901f734c2a1b22b214ae96964e5a858a7a9
arch = x86_64
- source_x86_64 = https://github.com/jon4hz/fztea/releases/download/v0.6.2/fztea-v0.6.2-linux-amd64.tar.gz
- sha256sums_x86_64 = f04c0598fbc6ff4abedc1ceb11723eb2d319be5806c517a52c77358615498a7f
+ source_x86_64 = https://github.com/jon4hz/fztea/releases/download/v0.6.3/fztea-v0.6.3-linux-amd64.tar.gz
+ sha256sums_x86_64 = d2655700bf75ac563c40ddf3e2f37f1df3a772ab7bac93bee34b40077c8a3b0b
pkgname = fztea-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8f328cb7ea2e..1e4a74fe5831 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: jonah <me@jon4hz.io>
pkgname='fztea-bin'
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
pkgdesc='TUI to interact with your flipper zero'
url='https://jon4hz.io'
@@ -11,17 +11,17 @@ license=('MIT')
provides=('fztea')
conflicts=('fztea')
-source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.6.2/fztea-v0.6.2-linux-arm64.tar.gz")
-sha256sums_aarch64=('06a4331bc9152628e3b79cddbf0e52fc6360990ed779dad5c6ea4757e01a4054')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.6.3/fztea-v0.6.3-linux-arm64.tar.gz")
+sha256sums_aarch64=('1787c40dd952d6089156d8d282b2300efd5a15c274472ecb280eeea76b0c22c4')
-source_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.6.2/fztea-v0.6.2-linux-armv7.tar.gz")
-sha256sums_armv7h=('c0b43db892d05aa65b0dd9e1597575dfdcc63bd32d55300079a6e6aa07d0623a')
+source_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.6.3/fztea-v0.6.3-linux-armv7.tar.gz")
+sha256sums_armv7h=('f2b4365b2d9b95d951c904898b5cec39718265abe769292538cf1d7968b54fec')
-source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.6.2/fztea-v0.6.2-linux-386.tar.gz")
-sha256sums_i686=('1abe44b4e721b13d80b70dea33c31157a5e6635ebf112719409440e160e2ce0d')
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.6.3/fztea-v0.6.3-linux-386.tar.gz")
+sha256sums_i686=('1b3545aa96ce5c01a112a01d9c098901f734c2a1b22b214ae96964e5a858a7a9')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.6.2/fztea-v0.6.2-linux-amd64.tar.gz")
-sha256sums_x86_64=('f04c0598fbc6ff4abedc1ceb11723eb2d319be5806c517a52c77358615498a7f')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.6.3/fztea-v0.6.3-linux-amd64.tar.gz")
+sha256sums_x86_64=('d2655700bf75ac563c40ddf3e2f37f1df3a772ab7bac93bee34b40077c8a3b0b')
package() {
# bin