summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Henson2023-12-03 15:15:05 -0700
committerJeff Henson2023-12-03 15:15:05 -0700
commit3808fca8c5624e5f21f8e32b270699b2de90cf91 (patch)
tree7fdebba21964a34cdf280710d4bae4e81d3f607b
parent8fefff1f9496648e1c355fd7fa6fac9a104bac85 (diff)
downloadaur-3808fca8c5624e5f21f8e32b270699b2de90cf91.tar.gz
Update to v0.1.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 309de1f1c01d..687d172391be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bluetuith
pkgdesc = TUI-based bluetooth manager
- pkgver = 0.1.3
+ pkgver = 0.1.9
pkgrel = 1
url = https://github.com/darkhz/bluetuith
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = bluetuith
makedepends = go
depends = bluez
depends = dbus
- source = bluetuith-0.1.3.tar.gz::https://github.com/darkhz/bluetuith/archive/v0.1.3.tar.gz
- sha256sums = 209648d86b0f872c03b00a4a0e7793086d3f23d15f95376567d82bff338f3536
+ source = bluetuith-0.1.9.tar.gz::https://github.com/darkhz/bluetuith/archive/v0.1.9.tar.gz
+ sha256sums = 3047c64b2240888b75a1d50243042bc7dd01bbeaac29f63d28ddb5cab76cd8ee
pkgname = bluetuith
diff --git a/PKGBUILD b/PKGBUILD
index 54b3b6ff9b01..edd6b5d1d10a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: darkhz <kmachanwenw at gmail dot com>
pkgname=bluetuith
-pkgver=0.1.3
+pkgver=0.1.9
pkgrel=1
pkgdesc="TUI-based bluetooth manager"
arch=('x86_64' 'i686' 'arm' 'aarch64' 'armv6h' 'armv7h')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('bluez' 'dbus')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('209648d86b0f872c03b00a4a0e7793086d3f23d15f95376567d82bff338f3536')
+sha256sums=('3047c64b2240888b75a1d50243042bc7dd01bbeaac29f63d28ddb5cab76cd8ee')
prepare() {
cd "$pkgname-$pkgver"