summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaserbot2022-10-13 20:44:24 +0000
committergoreleaserbot2022-10-13 20:44:24 +0000
commitcdbd831901aadf4de3d32917efb8e2a1d2718399 (patch)
treefeb9b0aa2d3b8f7483d72b34993fd9d52d6ae6d1
parent8515b5df34be709e1dac69025b4a666b69fc0b0e (diff)
downloadaur-cdbd831901aadf4de3d32917efb8e2a1d2718399.tar.gz
Update to v0.6.0
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD18
2 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c82f805147c..72bc2b24e1cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
pkgbase = fztea-bin
pkgdesc = TUI to interact with your flipper zero
- pkgver = 0.5.0
+ pkgver = 0.6.0
pkgrel = 1
url = https://jon4hz.io
license = MIT
conflicts = fztea
provides = fztea
arch = aarch64
- source_aarch64 = https://github.com/jon4hz/fztea/releases/download/v0.5.0/fztea-v0.5.0-linux-arm64.tar.gz
- sha256sums_aarch64 = 35737139f36dd6faec7d17e6e221cf9fbbe15c683a2ad5219b11fb1e44d8ecff
+ source_aarch64 = https://github.com/jon4hz/fztea/releases/download/v0.6.0/fztea-v0.6.0-linux-arm64.tar.gz
+ sha256sums_aarch64 = eb9a4dea82eeb262477c8856c6fd734a3da16c98d062616022fef7a00200585a
arch = armv7h
- source_armv7h = https://github.com/jon4hz/fztea/releases/download/v0.5.0/fztea-v0.5.0-linux-armv7.tar.gz
- sha256sums_armv7h = 66cadd06ae59152e1ffd3143b0b15b9e01da937649eaff8e92cf04b636f74728
+ source_armv7h = https://github.com/jon4hz/fztea/releases/download/v0.6.0/fztea-v0.6.0-linux-armv7.tar.gz
+ sha256sums_armv7h = d50c4eaec772561e31025b1a4595ca494b707520b9a27e4f2145e8580905c28d
arch = i686
- source_i686 = https://github.com/jon4hz/fztea/releases/download/v0.5.0/fztea-v0.5.0-linux-386.tar.gz
- sha256sums_i686 = aa2a7fb02cf9deb2bd59be190c13f6629f330bd682618fddf9b43bf2d92aee77
+ source_i686 = https://github.com/jon4hz/fztea/releases/download/v0.6.0/fztea-v0.6.0-linux-386.tar.gz
+ sha256sums_i686 = d576f2e2d3ba8b9988a2a62ac4984a0b0ad9b4af3ef8ffe3942a16444e841813
arch = x86_64
- source_x86_64 = https://github.com/jon4hz/fztea/releases/download/v0.5.0/fztea-v0.5.0-linux-amd64.tar.gz
- sha256sums_x86_64 = a6910c864f507ef57c904df5c752267be242f52e655e1b74828c94bc2f467b3e
+ source_x86_64 = https://github.com/jon4hz/fztea/releases/download/v0.6.0/fztea-v0.6.0-linux-amd64.tar.gz
+ sha256sums_x86_64 = 0c8539e80912b29b3c4978400ba635f012311bbbd88eadd47eb140615155d40c
pkgname = fztea-bin
diff --git a/PKGBUILD b/PKGBUILD
index eda97a379073..187282e68ebb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: jonah <me@jon4hz.io>
pkgname='fztea-bin'
-pkgver=0.5.0
+pkgver=0.6.0
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.5.0/fztea-v0.5.0-linux-arm64.tar.gz")
-sha256sums_aarch64=('35737139f36dd6faec7d17e6e221cf9fbbe15c683a2ad5219b11fb1e44d8ecff')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.6.0/fztea-v0.6.0-linux-arm64.tar.gz")
+sha256sums_aarch64=('eb9a4dea82eeb262477c8856c6fd734a3da16c98d062616022fef7a00200585a')
-source_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.5.0/fztea-v0.5.0-linux-armv7.tar.gz")
-sha256sums_armv7h=('66cadd06ae59152e1ffd3143b0b15b9e01da937649eaff8e92cf04b636f74728')
+source_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.6.0/fztea-v0.6.0-linux-armv7.tar.gz")
+sha256sums_armv7h=('d50c4eaec772561e31025b1a4595ca494b707520b9a27e4f2145e8580905c28d')
-source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.5.0/fztea-v0.5.0-linux-386.tar.gz")
-sha256sums_i686=('aa2a7fb02cf9deb2bd59be190c13f6629f330bd682618fddf9b43bf2d92aee77')
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.6.0/fztea-v0.6.0-linux-386.tar.gz")
+sha256sums_i686=('d576f2e2d3ba8b9988a2a62ac4984a0b0ad9b4af3ef8ffe3942a16444e841813')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.5.0/fztea-v0.5.0-linux-amd64.tar.gz")
-sha256sums_x86_64=('a6910c864f507ef57c904df5c752267be242f52e655e1b74828c94bc2f467b3e')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/jon4hz/fztea/releases/download/v0.6.0/fztea-v0.6.0-linux-amd64.tar.gz")
+sha256sums_x86_64=('0c8539e80912b29b3c4978400ba635f012311bbbd88eadd47eb140615155d40c')
package() {
# bin