summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlucafulgenzi2023-07-24 17:22:53 +0200
committerlucafulgenzi2023-07-24 17:22:53 +0200
commit45cd3c828babbe1f308b262a424346b7a370b16d (patch)
tree19735239a6fcd1b9a69d948e8c77186903169224 /PKGBUILD
parent6d2714173e724ea50f0034aea61891dcb2e9e981 (diff)
downloadaur-domust-bin.tar.gz
bump version 0.1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cdca01bda81..c4f46695870e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=domust-bin
-pkgver=0.1.4
+pkgver=0.1.6
pkgrel=1
pkgdesc="Domust is a home automation system that allows you to control your home form your computer."
url="https://github.com/lucafulgenzi/domust"
@@ -13,7 +13,7 @@ arch=("x86_64")
provides=("domust")
conflicts=("domust")
source=("https://github.com/lucafulgenzi/domust/releases/download/${pkgver}/domust-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('845397ad405e896ddf196948c4af63e93122c05f92ee7761916c117d0ff9073c')
+sha256sums=('ec06b2d2bffc976416d03e585be3ee6757c5dda1503b5e762919ed23ca97584b')
package() {
install -Dm755 domust -t "$pkgdir/usr/bin"