summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas David Traverso2016-04-29 05:36:49 -0300
committerLucas David Traverso2016-04-29 05:36:49 -0300
commitd7486cf292a1c3631711f96edf113e51add1d012 (patch)
treee1e28bd5f021b4a64eb078dbaa565ddcf1b8955c /PKGBUILD
parent59642fcce98781b3c48f55a21e04be9ff834fedb (diff)
downloadaur-dottle.tar.gz
Update to version 0.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ed3406e2072..0f70c0524377 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Lucas David Traverso <lucas6246@gmail.com>
pkgname=dottle
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="POSIX script to manage dotfiles"
arch=('any')
url="https://github.com/ludat/dottle/"
license=('MIT')
source=("https://github.com/ludat/dottle/releases/download/v${pkgver}/dottle")
-md5sums=('8043ff5a59040cf3565ead7fc8ca616c')
+md5sums=('8225f92a0534fc67eb43e7a4f48e7e6a')
package() {
install -D -t "$pkgdir/usr/bin" "$srcdir/dottle"