summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81f81a4c2c20..a0fbfc8bfbae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Meade And Emily <thedarkula2049@gmail.com>
pkgname=brewstillery
-pkgver=6.0.0
+pkgver=6.0.1
pkgrel=1
pkgdesc="BrewStillery is a brewer's, vintner's, and distiller's calculator. It has a multitude of great functions, such as calculating ABV, determining carbonation, and total sparge water needed."
url="https://monkeylog.in"
@@ -11,7 +11,7 @@ makedepends=('git' 'cargo')
provides=('brewstillery')
conflicts=('brewstillery')
source=("https://github.com/MonkeyLog/BrewStillery/archive/$pkgver.tar.gz")
-md5sums=('8e6a52fe9f0f383fd9479954832565f9')
+md5sums=('4790f64a2af6cf62d4df9fc213607371')
build() {
cd $srcdir/BrewStillery-$pkgver