summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2020-07-26 13:52:41 +0200
committerMartin Väth <martin@mvath.de>2020-07-26 13:52:41 +0200
commitda692069ad515db87c2d977adcbaeb2d9d1c6daa (patch)
tree61dbae9d61de2353388454ee7d514d81be3a5180 /app-shells/runtitle
parentapp-shells/push: Version bump (diff)
downloadmv-da692069ad515db87c2d977adcbaeb2d9d1c6daa.tar.gz
mv-da692069ad515db87c2d977adcbaeb2d9d1c6daa.tar.bz2
mv-da692069ad515db87c2d977adcbaeb2d9d1c6daa.zip
Bumps to add SPDX-License-Identifier
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'app-shells/runtitle')
-rw-r--r--app-shells/runtitle/Manifest2
-rw-r--r--app-shells/runtitle/runtitle-2.11.ebuild (renamed from app-shells/runtitle/runtitle-2.10.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/runtitle/Manifest b/app-shells/runtitle/Manifest
index 1815a9b2..9ddfb2f1 100644
--- a/app-shells/runtitle/Manifest
+++ b/app-shells/runtitle/Manifest
@@ -1 +1 @@
-DIST runtitle-2.10.tar.gz 3441 SHA512 0c0b99ea61d317339e8d8e222094eeede2c878c867d274f48915e21e2f38ac6ed44f4d4ece99074236077fb6e50902e1f8caa6e931f64a5f476b984b4088ab5f
+DIST runtitle-2.11.tar.gz 3630 SHA512 5587e8217dc770317729c356206d8ffb4c9e5566ae1cf60f9282183afc763af33a60401d5a8cac919d62e5167073385e26c0b89811a680c9cae512c4aac0da12
diff --git a/app-shells/runtitle/runtitle-2.10.ebuild b/app-shells/runtitle/runtitle-2.11.ebuild
index da08c4d7..27211b03 100644
--- a/app-shells/runtitle/runtitle-2.10.ebuild
+++ b/app-shells/runtitle/runtitle-2.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2012-2018 Martin V\"ath
+# Copyright 2012-2020 Martin V\"ath
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -24,5 +24,5 @@ src_install() {
dobin bin/*
insinto /usr/share/zsh/site-functions
doins zsh/*
- dodoc README
+ dodoc README.md
}