summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaserbot2023-02-01 13:39:28 +0000
committergoreleaserbot2023-02-01 13:39:28 +0000
commit0ca8c486423a12b7198a7a1666c1409175207afd (patch)
treeaad629d2e843d953f93f6342a3bad9c276489766
parentf4ea3c5e9f4ce7be5d4d7b9419aa95b535e95d13 (diff)
downloadaur-0ca8c486423a12b7198a7a1666c1409175207afd.tar.gz
Update to v0.6.2
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD18
2 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9c16ea89df7..5e7dc348ceae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
pkgbase = fztea-bin
pkgdesc = TUI to interact with your flipper zero
- pkgver = 0.6.1
+ pkgver = 0.6.2
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.1/fztea-v0.6.1-linux-arm64.tar.gz
- sha256sums_aarch64 = 9f663d0df138a170ea123276d283bc6b844e9fa7b6abbfbeb086360afe89aa4b
+ source_aarch64 = https://github.com/jon4hz/fztea/releases/download/v0.6.2/fztea-v0.6.2-linux-arm64.tar.gz
+ sha256sums_aarch64 = 06a4331bc9152628e3b79cddbf0e52fc6360990ed779dad5c6ea4757e01a4054
arch = armv7h
- source_armv7h = https://github.com/jon4hz/fztea/releases/download/v0.6.1/fztea-v0.6.1-linux-armv7.tar.gz
- sha256sums_armv7h = 0a804a18f82a67e1ea9c6237964a90f7f69b1cb8f60856d6b9afe4d641aeac08
+ source_armv7h = https://github.com/jon4hz/fztea/releases/download/v0.6.2/fztea-v0.6.2-linux-armv7.tar.gz
+ sha256sums_armv7h = c0b43db892d05aa65b0dd9e1597575dfdcc63bd32d55300079a6e6aa07d0623a
arch = i686
- source_i686 = https://github.com/jon4hz/fztea/releases/download/v0.6.1/fztea-v0.6.1-linux-386.tar.gz
- sha256sums_i686 = 80bb9965b6b24a5365aeaf2bd86c86fce545278e3d552962cd133cc5309ba52f
+ source_i686 = https://github.com/jon4hz/fztea/releases/download/v0.6.2/fztea-v0.6.2-linux-386.tar.gz
+ sha256sums_i686 = 1abe44b4e721b13d80b70dea33c31157a5e6635ebf112719409440e160e2ce0d
arch = x86_64
- source_x86_64 = https://github.com/jon4hz/fztea/releases/download/v0.6.1/fztea-v0.6.1-linux-amd64.tar.gz
- sha256sums_x86_64 = 26404c98222377b29163931bf2876bc8b497a84b6891084f3da9fe2b860ed0f8
+ 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
pkgname = fztea-bin
diff --git a/PKGBUILD b/PKGBUILD
index 73cdfd0414a9..8f328cb7ea2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: jonah <me@jon4hz.io>
pkgname='fztea-bin'
-pkgver=0.6.1
+pkgver=0.6.2
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.1/fztea-v0.6.1-linux-arm64.tar.gz")
-sha256sums_aarch64=('9f663d0df138a170ea123276d283bc6b844e9fa7b6abbfbeb086360afe89aa4b')
+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_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.6.1/fztea-v0.6.1-linux-armv7.tar.gz")
-sha256sums_armv7h=('0a804a18f82a67e1ea9c6237964a90f7f69b1cb8f60856d6b9afe4d641aeac08')
+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_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.6.1/fztea-v0.6.1-linux-386.tar.gz")
-sha256sums_i686=('80bb9965b6b24a5365aeaf2bd86c86fce545278e3d552962cd133cc5309ba52f')
+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_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.6.1/fztea-v0.6.1-linux-amd64.tar.gz")
-sha256sums_x86_64=('26404c98222377b29163931bf2876bc8b497a84b6891084f3da9fe2b860ed0f8')
+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')
package() {
# bin