Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions maintain/build/artisan-roaster-scope/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions maintain/build/artisan-roaster-scope/PKGBUILD
Original file line number Diff line number Diff line change
@@ -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")
Expand All @@ -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)

Expand Down