From 13beb3d929a2009e23e4bb525716c41e3fb962a7 Mon Sep 17 00:00:00 2001 From: Stewart Wong Date: Tue, 27 Jan 2026 11:04:55 +0000 Subject: [PATCH] Update to v1.0.1 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b85de783ab4e..3b64f0c7a910 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = hamr pkgdesc = A fast, extensible desktop launcher for Linux - pkgver = 1.0.0 + pkgver = 1.0.1 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.0::git+https://github.com/Stewart86/hamr.git#tag=v1.0.0 + source = hamr-1.0.1::git+https://github.com/Stewart86/hamr.git#tag=v1.0.1 sha256sums = SKIP pkgname = hamr diff --git a/PKGBUILD b/PKGBUILD index 3fe51ca93987..ec63b6355b8e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # AUR package for hamr - builds from source pkgname=hamr -pkgver=1.0.0 +pkgver=1.0.1 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=v${pkgver}") +source=("$pkgname-$pkgver::git+${url}.git#tag=v1.0.1${pkgver}") sha256sums=('SKIP') build() {