summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Angeleri2019-01-30 18:41:14 +0100
committerStefano Angeleri2019-01-30 18:41:14 +0100
commitfc4910bf8a19f6c1854a19a01ee0f16bc65c8582 (patch)
treede851c4c1f7b7ef470ecffc4bb141dea7cc66e62
parentbfba534551985a4767ae7e114291899b1f69645d (diff)
downloadaur-fc4910bf8a19f6c1854a19a01ee0f16bc65c8582.tar.gz
Updated for upstream release 1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3c358fcef51..7a9b3f27b419 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = vmtouch
pkgdesc = Portable file system cache diagnostics and control
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/hoytech/vmtouch
arch = any
license = BSD
makedepends = perl
depends = glibc
- source = https://github.com/hoytech/vmtouch/archive/v1.3.0.tar.gz
- md5sums = deaa76af2cadfde293547f1940208b0f
+ source = https://github.com/hoytech/vmtouch/archive/v1.3.1.tar.gz
+ md5sums = 46c153c48ab035d37d16e8bc1587e8d8
pkgname = vmtouch
diff --git a/PKGBUILD b/PKGBUILD
index 7b37536d9c6e..9291c978050a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Stefano Angeleri <weltall2 AT gmail DOT com>
# Contributor: Boris Shomodjvarac <spam AT shomodj DOT com>
pkgname=vmtouch
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="Portable file system cache diagnostics and control"
arch=('any')
url="https://github.com/hoytech/vmtouch"
license=('BSD')
source=("https://github.com/hoytech/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('deaa76af2cadfde293547f1940208b0f')
+md5sums=('46c153c48ab035d37d16e8bc1587e8d8')
depends=('glibc')
makedepends=('perl')