summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorngld2018-08-19 12:04:33 +0200
committerngld2018-08-19 12:04:33 +0200
commit5e28efb00c43d103cf7a76c1c15ec9f0f67bd982 (patch)
treece4a055a36226d28c7c0bde4f4458a04733bebc1
parentbc783f801b86c2ca151165c5ad3355fbc20adfc0 (diff)
downloadaur-5e28efb00c43d103cf7a76c1c15ec9f0f67bd982.tar.gz
modd 0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 436a4bb54e4a..94ff92830e1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = modd
pkgdesc = modd: A flexible tool for responding to filesystem changes
- pkgver = 0.5
+ pkgver = 0.7
pkgrel = 1
url = https://github.com/cortesi/modd
arch = x86_64
license = MIT
provides = modd
- source = https://github.com/cortesi/modd/releases/download/v0.5/modd-0.5-linux64.tgz
- sha256sums = 17af3d78a07076a09f8eb6f5a9edf23b802e99e93ae01dcd29e33c91d10ecbe7
+ source = https://github.com/cortesi/modd/releases/download/v0.7/modd-0.7-linux64.tgz
+ sha256sums = 7d2201a28fb6821fd17e6647c34f82c74a353f88d3b0e017e8a558bbe5daf0be
pkgname = modd
diff --git a/PKGBUILD b/PKGBUILD
index 0a2d385dbd95..b07cd05d0201 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ngld <ngld@tproxy.de>
pkgname=modd
-pkgver=0.5
+pkgver=0.7
pkgrel=1
pkgdesc="modd: A flexible tool for responding to filesystem changes "
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/cortesi/modd"
license=('MIT')
provides=('modd')
source=("https://github.com/cortesi/modd/releases/download/v$pkgver/$pkgname-$pkgver-linux64.tgz")
-sha256sums=('17af3d78a07076a09f8eb6f5a9edf23b802e99e93ae01dcd29e33c91d10ecbe7')
+sha256sums=('7d2201a28fb6821fd17e6647c34f82c74a353f88d3b0e017e8a558bbe5daf0be')
package() {
cd "$pkgname-$pkgver-linux64"