diff options
author | Erich Eckner <git@eckner.net> | 2018-07-31 19:23:08 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-07-31 19:23:08 +0200 |
commit | 6fcc27dc9d828fc9b643779362167cdc5c6eb2a3 (patch) | |
tree | 7e5ff1b5a387a0f6c16e9ae32f7ffecb250083ab /manualPorts/bash-git-prompt | |
parent | f7ed91941d7cd7c4f980e01681fcce0c1d351ca8 (diff) | |
download | crux-ports-6fcc27dc9d828fc9b643779362167cdc5c6eb2a3.tar.xz |
change git urls
Diffstat (limited to 'manualPorts/bash-git-prompt')
-rw-r--r-- | manualPorts/bash-git-prompt/.signature | 4 | ||||
-rw-r--r-- | manualPorts/bash-git-prompt/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/manualPorts/bash-git-prompt/.signature b/manualPorts/bash-git-prompt/.signature index 6d0d3b4..4fc867f 100644 --- a/manualPorts/bash-git-prompt/.signature +++ b/manualPorts/bash-git-prompt/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/deepthought.pub -RWQxCptPusLGGidK6rTexQyZNy8E6pgw5Ww4Hp1YA0/f1DD9oBkzF6hMGZURnET1gxVJZTShdMDdPow/TxRImMT1WWuG4PCyUAE= -SHA256 (Pkgfile) = 77aed8b274198d3bcf8c41d7cc8b9687471ea3b9136b1137a0d5c82dd0956b26 +RWQxCptPusLGGrW7LXwKxot19Hz32c1oJ+niPsETnZiIeD4D6YwmoRtp9aB75vBnv4KlH/iajXTbTKkuNfHEvdPE9oh5Legw/ws= +SHA256 (Pkgfile) = 8003a03b5197eae138448d892a2d80108261c73e22953c3c099eaee62b95d3a5 SHA256 (.footprint) = 601f1ab54a07df1fd497822c28244601f3b464a6d73e4596c0e2c98b968c9686 SHA256 (bash-git-prompt-1.2.1.tar.xz) = b490bc86a39c900b13934cab9cbff92abddb4dea71a9cd0b5ebd1b8e1fb253cb diff --git a/manualPorts/bash-git-prompt/Pkgfile b/manualPorts/bash-git-prompt/Pkgfile index 5355fc3..fab520f 100644 --- a/manualPorts/bash-git-prompt/Pkgfile +++ b/manualPorts/bash-git-prompt/Pkgfile @@ -1,5 +1,5 @@ # Description: nice, git-aware prompt for bash -# URL: https://git.eckner.net/bash-git-prompt +# URL: https://git.eckner.net/Erich/bash-git-prompt # Maintainer: Erich Eckner, crux at eckner dot net # any mail client which understands "-t" may replace exim @@ -7,7 +7,7 @@ name=bash-git-prompt version=1.2.1 release=1 -source=("https://git.eckner.net/${name}.git/snapshot/${name}-${version}.tar.xz") +source=("https://git.eckner.net/Erich/${name}/snapshot/${name}-${version}.tar.xz") build() { |