diff options
author | Emeric | 2024-04-05 14:20:06 +0200 |
---|---|---|
committer | Emeric | 2024-04-05 14:20:06 +0200 |
commit | bf5e64efe41cba37999459deaa0deb29428185df (patch) | |
tree | 3cb2f4aca54f23738941df10306cdd48e09a150a | |
parent | d8806ce6d780e1aea93e4e18ff20abb5f8713203 (diff) | |
download | aur-bf5e64efe41cba37999459deaa0deb29428185df.tar.gz |
Update to version 0.11
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = toolblex pkgdesc = A Bluetooth Low Energy device scanner and analyzer - pkgver = 0.10 + pkgver = 0.11 pkgrel = 1 url = https://github.com/emericg/toolBLEx arch = x86_64 @@ -16,7 +16,7 @@ pkgbase = toolblex depends = qt6-shadertools depends = qt6-5compat optdepends = bluez-utils: extra bluetooth infos - source = https://github.com/emericg/toolBLEx/archive/v0.10.tar.gz - sha256sums = 193e63e1928ab936e2febf4f308d4db464fac50fc3bf0ed9c9c518ffd3ab089a + source = https://github.com/emericg/toolBLEx/archive/v0.11.tar.gz + sha256sums = 717d1e5badebb5df1c7c676f6bbdafcf37b2af3ccb5dfb0e4aa226cf5cfc1f9d pkgname = toolblex @@ -1,7 +1,7 @@ # Maintainer: Emeric Grange <emeric.grange@gmail.com> pkgname=toolblex -pkgver=0.10 +pkgver=0.11 pkgrel=1 pkgdesc="A Bluetooth Low Energy device scanner and analyzer" url="https://github.com/emericg/toolBLEx" @@ -12,7 +12,7 @@ makedepends=("qt6-tools") optdepends=("bluez-utils: extra bluetooth infos") source=("https://github.com/emericg/toolBLEx/archive/v${pkgver}.tar.gz") -sha256sums=('193e63e1928ab936e2febf4f308d4db464fac50fc3bf0ed9c9c518ffd3ab089a') +sha256sums=('717d1e5badebb5df1c7c676f6bbdafcf37b2af3ccb5dfb0e4aa226cf5cfc1f9d') build() { cd "toolBLEx-${pkgver}" |