summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a5a7bb014ed..8081f6645f36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = brewstillery
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.
- pkgver = 6.0.0
+ pkgver = 6.0.1
pkgrel = 1
url = https://monkeylog.in
arch = i686
@@ -12,8 +12,8 @@ pkgbase = brewstillery
depends = ttf-roboto
provides = brewstillery
conflicts = brewstillery
- source = https://github.com/MonkeyLog/BrewStillery/archive/6.0.0.tar.gz
- md5sums = 8e6a52fe9f0f383fd9479954832565f9
+ source = https://github.com/MonkeyLog/BrewStillery/archive/6.0.1.tar.gz
+ md5sums = 4790f64a2af6cf62d4df9fc213607371
pkgname = brewstillery
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