summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDror Levin2019-09-11 23:32:05 +0300
committerDror Levin2019-09-11 23:32:05 +0300
commit17762c21a8c4b820c28b0822096a34a0db6c0f12 (patch)
treec6f1c28c93a6875a689d8421cf167bed6b3be0d4
parentd415f1ded21aa58c923bc0f1bcf7564676f480e1 (diff)
downloadaur-17762c21a8c4b820c28b0822096a34a0db6c0f12.tar.gz
0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d3395c5e624..cb3f61461510 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = houserat
pkgdesc = Notifies when known devices connect to the network
- pkgver = 0.3.1
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/drrlvn/houserat
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = houserat
makedepends = rust
depends = libpcap
backup = etc/houserat/config.toml
- source = houserat-0.3.1.tar.gz::https://github.com/drrlvn/houserat/archive/0.3.1.tar.gz
- sha512sums = c3a43493bdf124f38d265888df455cd8723f42b55607a65ee7b1fb3992ac545a1fa2fbc47de3a010ab09b4bd24a1f2d2abeb1b605ae95b2a43f2af85964fd6d9
+ source = houserat-0.4.0.tar.gz::https://github.com/drrlvn/houserat/archive/0.4.0.tar.gz
+ sha512sums = 3f271a55a40e929837e3d7a2c02c9ddc977d761a2d3b5f5b1da5dbe826c3b9e4e8711e0665123548201b268048ee185c57b4fa857757c9647c39c22080e1fc13
pkgname = houserat
diff --git a/PKGBUILD b/PKGBUILD
index e8811253417d..af26400f2bc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dror Levin <spatz@psybear.com>
pkgname=houserat
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=1
pkgdesc="Notifies when known devices connect to the network"
arch=(x86_64)
@@ -11,7 +11,7 @@ depends=(libpcap)
makedepends=(rust)
backup=(etc/houserat/config.toml)
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha512sums=('c3a43493bdf124f38d265888df455cd8723f42b55607a65ee7b1fb3992ac545a1fa2fbc47de3a010ab09b4bd24a1f2d2abeb1b605ae95b2a43f2af85964fd6d9')
+sha512sums=('3f271a55a40e929837e3d7a2c02c9ddc977d761a2d3b5f5b1da5dbe826c3b9e4e8711e0665123548201b268048ee185c57b4fa857757c9647c39c22080e1fc13')
build() {
cd $pkgname-$pkgver