Skip to content

Commit 9247d9f

Browse files
author
totte
committed
Update address to chakralinux.org, bump patch version
1 parent b645646 commit 9247d9f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ccr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Ccr is a fork of Packer by Matthew Bruenig <[email protected]>
66
# Licensed under GPL version 3
7-
ccrver=4.0.3
7+
ccrver=4.0.5
88

99
# prevent running the script as root
1010
if [[ $EUID == 0 ]] && ! [[ $1 == "-Ss" || $1 == "-Si" || $1 == "-Ssq" || $1 == "-G" ]]; then
@@ -22,8 +22,8 @@ makepkgconf='/etc/makepkg.conf'
2222
usermakepkgconf="$HOME/.makepkg.conf"
2323
pacmanconf='/etc/pacman.conf'
2424

25-
RPCURL="http://chakraos.org/ccr/rpc.php?type"
26-
PKGURL="http://chakraos.org/ccr/packages"
25+
RPCURL="https://chakralinux.org/ccr/rpc.php?type"
26+
PKGURL="https://chakralinux.org/ccr/packages"
2727

2828
if [[ -t 1 && ! $COLOR = "NO" ]]; then
2929
COLOR1='\e[1;39m'

ccr-tools

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
2-
ver=4.0.4
2+
ver=4.0.5
33
tempdir="/tmp/ccr-tools-$UID"
44
configdir="$HOME/.config/ccr-tools"
55
configrc="$configdir/config"
6-
ccrbaseurl="https://chakraos.org/ccr/"
6+
ccrbaseurl="https://chakralinux.org/ccr/"
77
rpcurl="${ccrbaseurl}rpc.php?type"
88
ccrurl="${ccrbaseurl}packages.php"
99
idurl="${ccrbaseurl}rpc.php?type=info&arg="
@@ -79,7 +79,7 @@ usage() {
7979
echo "pass=YOUR_CCR_PASS"
8080
echo
8181
echo "To create a new account just go to:"
82-
echo "https://chakraos.org/ccr/account.php"
82+
echo "https://chakralinux.org/ccr/account.php"
8383
exit
8484
}
8585

0 commit comments

Comments
 (0)