summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92e0a811c012..f8c199f06b44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.2.0
- pkgrel = 2
+ pkgver = 7.0.0
+ pkgrel = 1
url = https://monkeylog.in
arch = x86_64
license = AGPL3
@@ -11,8 +11,8 @@ pkgbase = brewstillery
depends = ttf-roboto
provides = brewstillery
conflicts = brewstillery
- source = https://gitlab.com/MonkeyLog/BrewStillery/-/archive/6.2.0/BrewStillery-6.2.0.tar.gz
- md5sums = 79657cd301be447aef1d3a3f0ee65f12
+ source = https://gitlab.com/MonkeyLog/BrewStillery/-/archive/7.0.0/BrewStillery-7.0.0.tar.gz
+ md5sums = e94ca1876847fd5e207e019275da37c4
pkgname = brewstillery
diff --git a/PKGBUILD b/PKGBUILD
index a1f022b0e41b..a9d8f4e649a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Meade Kincke <thedarkula2049@gmail.com>
# Maintainer: Emily Kincke <marleybrush5@gmail.com>
pkgname=brewstillery
-pkgver=6.2.0
-pkgrel=2
+pkgver=7.0.0
+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"
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('git' 'cargo')
provides=('brewstillery')
conflicts=('brewstillery')
source=("https://gitlab.com/MonkeyLog/BrewStillery/-/archive/$pkgver/BrewStillery-$pkgver.tar.gz")
-md5sums=('79657cd301be447aef1d3a3f0ee65f12')
+md5sums=('e94ca1876847fd5e207e019275da37c4')
build() {
cd $srcdir/BrewStillery-$pkgver