summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2024-04-04 14:07:21 +0200
committerJ. Nathanael Philipp2024-04-04 14:07:21 +0200
commit8b88e55d3ba3f08e34db3776acac08100c22512f (patch)
tree8bad5b05691323bc378fda334a9569c44c6543f0 /PKGBUILD
parentdf934f462750a75a647aa4acd64cd28084ea2992 (diff)
downloadaur-8b88e55d3ba3f08e34db3776acac08100c22512f.tar.gz
Version 0.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62d338a38405..ef111c71d473 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-weasel
_pkg="${pkgname#python-}"
-pkgver=0.3.4
+pkgver=0.4.0
pkgrel=1
pkgdesc="A small and easy workflow system"
url="https://github.com/explosion/weasel/"
@@ -23,7 +23,7 @@ makedepends=(
license=('MIT')
arch=(any)
source=("$pkgname-$pkgver.tar.gz::https://github.com/explosion/$_pkg/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=("22e1955f2de7ea1bb1dad901d069a41037d4d1dca81e8f13c1096117c3e3bdb2")
+sha256sums=("27ba1bff3e94e1e9361065f2ae8fa743854fb44c4623c3b50a2f6850bfe7d856")
build() {
cd $_pkg-$pkgver