summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')