makedeb
Just a command runner
Click here to go back to the commit logs for just.
Hash: 26420b1beae95f0e4ba3063f41b3307a0a7caed1
Message: Bump version to '1.3.0'
diff --git a/.SRCINFO b/.SRCINFO
index 877688c..54278bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,11 +3,11 @@ pkgname = just
pkgbase = just
pkgdesc = Just a command runner
pkgrel = 1
-pkgver = 1.2.0
+pkgver = 1.3.0
url = https://just.systems
arch = any
license = CC0-1.0
makedepends = cargo
-source = https://github.com/casey/just/archive/refs/tags/1.2.0.tar.gz
+source = https://github.com/casey/just/archive/refs/tags/1.3.0.tar.gz
sha256sums = SKIP
makedepends = cargo
diff --git a/PKGBUILD b/PKGBUILD
index 468eb30..fc3017c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=just
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc='Just a command runner'
arch=('any')