From 795dcda9e2344f63de794e490176b75ec42157b4 Mon Sep 17 00:00:00 2001 From: Nick Syntychakis <5708958+nsyntych@users.noreply.github.com> Date: Mon, 11 May 2026 02:28:09 +0300 Subject: [PATCH 1/2] Bump to latest version (4.0.2) --- maintain/build/artisan-roaster-scope/.SRCINFO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maintain/build/artisan-roaster-scope/.SRCINFO b/maintain/build/artisan-roaster-scope/.SRCINFO index 42d4b3377..0760dc8cb 100644 --- a/maintain/build/artisan-roaster-scope/.SRCINFO +++ b/maintain/build/artisan-roaster-scope/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = artisan-roaster-scope pkgdesc = Artisan is a software that helps coffee roasters record, analyze, and control roast profiles. - pkgver = 3.4.0 + pkgver = 4.0.2 pkgrel = 1 url = https://github.com/artisan-roaster-scope/artisan arch = x86_64 license = GPL3 options = !strip options = !debug - source = https://github.com/artisan-roaster-scope/artisan/releases/download/v3.4.0/artisan-linux-3.4.0.AppImage - sha256sums = 680c457e08447fe3110d905dd050f93a984e395873dcdb76c143a686bc171a1e + source = https://github.com/artisan-roaster-scope/artisan/releases/download/v4.0.2/artisan-linux-4.0.2.AppImage + sha256sums = 2a68ea337818a71c631016978c5e73bcbf1b81f803f082af017d3161fdbd278f pkgname = artisan-roaster-scope From 9a5e779c3d14574d456a6a7a8eff20f037af3e63 Mon Sep 17 00:00:00 2001 From: Nick Syntychakis <5708958+nsyntych@users.noreply.github.com> Date: Mon, 11 May 2026 02:29:06 +0300 Subject: [PATCH 2/2] Bump to latest version (4.0.2) --- maintain/build/artisan-roaster-scope/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintain/build/artisan-roaster-scope/PKGBUILD b/maintain/build/artisan-roaster-scope/PKGBUILD index 2d7f785d0..d46c6d3eb 100644 --- a/maintain/build/artisan-roaster-scope/PKGBUILD +++ b/maintain/build/artisan-roaster-scope/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: envolution pkgname=artisan-roaster-scope _appname='artisan' -pkgver=3.4.0 +pkgver=4.0.2 pkgrel=1 pkgdesc="Artisan is a software that helps coffee roasters record, analyze, and control roast profiles." arch=("x86_64") @@ -13,7 +13,7 @@ source=( "https://github.com/artisan-roaster-scope/artisan/releases/download/v${pkgver}/artisan-linux-${pkgver}.AppImage" ) -sha256sums=('680c457e08447fe3110d905dd050f93a984e395873dcdb76c143a686bc171a1e') +sha256sums=('2a68ea337818a71c631016978c5e73bcbf1b81f803f082af017d3161fdbd278f') options+=(!strip !debug)