From 99eda33e8d5e8a5ebcd15c19516edba002facb01 Mon Sep 17 00:00:00 2001 From: Stewart Wong Date: Tue, 27 Jan 2026 16:28:09 +0000 Subject: [PATCH] Update to v1.0.2 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3b64f0c7a910..c59e4f9035cd 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = hamr pkgdesc = A fast, extensible desktop launcher for Linux - pkgver = 1.0.1 + pkgver = 1.0.2 pkgrel = 1 url = https://github.com/Stewart86/hamr arch = x86_64 @@ -27,7 +27,7 @@ pkgbase = hamr optdepends = bitwarden-cli: Bitwarden password manager integration replaces = hamr-qml install = hamr.install - source = hamr-1.0.1::git+https://github.com/Stewart86/hamr.git#tag=v1.0.1 + source = hamr-1.0.2::git+https://github.com/Stewart86/hamr.git#tag=v1.0.2 sha256sums = SKIP pkgname = hamr diff --git a/PKGBUILD b/PKGBUILD index ec63b6355b8e..2172cfcbbe4b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # AUR package for hamr - builds from source pkgname=hamr -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc="A fast, extensible desktop launcher for Linux" arch=('x86_64') @@ -50,7 +50,7 @@ optdepends=( ) replaces=('hamr-qml') install=hamr.install -source=("$pkgname-$pkgver::git+${url}.git#tag=v1.0.1${pkgver}") +source=("$pkgname-$pkgver::git+${url}.git#tag=v${pkgver}") sha256sums=('SKIP') build() {