makedeb
A CLI frontend for Matrix, written in Rust
Click here to go back to the commit logs for shoot.
Hash: 2f9fc571563db4745a4c9ed77e6628614cde585f
Message: Bump version to '0.1.1-1'
diff --git a/.SRCINFO b/.SRCINFO
index 7293456..a946d37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
generated-by = makedeb
pkgname = shoot
pkgbase = shoot
-pkgdesc = An easy to use CLI to send messages to Matrix servers
+pkgdesc = A CLI frontend for Matrix, written in Rust
pkgrel = 1
-pkgver = 0.1.0
+pkgver = 0.1.1
url = https://github.com/hwittenborn/shoot
arch = any
license = GPL3
makedepends = cargo
-source = https://github.com/hwittenborn/shoot/archive/refs/tags/v0.1.0.tar.gz
+source = https://github.com/hwittenborn/shoot/archive/refs/tags/v0.1.1.tar.gz
sha256sums = SKIP
makedepends = cargo
diff --git a/PKGBUILD b/PKGBUILD
index 5c67d3a..a015bc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=shoot
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
-pkgdesc='An easy to use CLI to send messages to Matrix servers'
+pkgdesc='A CLI frontend for Matrix, written in Rust'
arch=('any')
makedepends=('cargo')
license=('GPL3')