From 4b22a584b960aafd64c42da839045d3504c3026e Mon Sep 17 00:00:00 2001 From: Stewart Wong Date: Tue, 27 Jan 2026 11:05:11 +0000 Subject: [PATCH] Update to v1.0.1 --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8a0ef5e83abe..6b492876c09b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = hamr-bin pkgdesc = A fast, extensible desktop launcher for Linux (pre-built binaries) - pkgver = 1.0.0 + pkgver = 1.0.1 pkgrel = 1 url = https://github.com/Stewart86/hamr install = hamr.install @@ -26,7 +26,7 @@ pkgbase = hamr-bin provides = hamr conflicts = hamr replaces = hamr-qml - source = hamr-bin-1.0.0.tar.gz::https://github.com/Stewart86/hamr/releases/download/v1.0.0/hamr-linux-x86_64.tar.gz + source = hamr-bin-1.0.1.tar.gz::https://github.com/Stewart86/hamr/releases/download/v1.0.1/hamr-linux-x86_64.tar.gz sha256sums = SKIP pkgname = hamr-bin diff --git a/PKGBUILD b/PKGBUILD index bf11b9b057ca..2716fa2881fd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # AUR package for hamr-bin - pre-built binaries pkgname=hamr-bin -pkgver=1.0.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="A fast, extensible desktop launcher for Linux (pre-built binaries)" arch=('x86_64')