summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Waymann2020-12-02 22:35:17 +0800
committerLukas Waymann2020-12-02 22:35:17 +0800
commit19adab36ae2fd90001fe318c9e61fb6ccb6ce5b9 (patch)
tree25d71723ce063c20b09e60e7da87adb446dd56e6
parent34ec18fc8b346929fea1ae3b600a05453664369d (diff)
downloadaur-19adab36ae2fd90001fe318c9e61fb6ccb6ce5b9.tar.gz
Update to version 1.0.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e396737d419c..a0104d1eb2f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lukas Waymann <io@meribold.org>
pkgname=muccadoro
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
arch=('any')
@@ -12,7 +12,7 @@ depends=(awk bash cowsay figlet libnotify coreutils ncurses)
optdepends=(lolcat)
source=("$pkgname-$pkgver.tar.gz::https://github.com/meribold/muccadoro/archive/v${pkgver}.tar.gz")
-sha256sums=(74fdfb86883dc40d1ebcb4831a94e50dc89a629fd1e4662b4fab3f554855ce6d)
+sha256sums=(1e881ab91a8f0f3e9d3e99427f4cf9f2c4023a78cc6ac5f5df6e2479ce71fb4b)
package() {
cd "$pkgname-$pkgver" || return $?