Skip to content

Commit

Permalink
[dev] replace github download by https, fixes mdbraber#5
Browse files Browse the repository at this point in the history
  • Loading branch information
vincib committed Oct 7, 2021
1 parent 25b95e7 commit 713b0f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Build-Depends: debhelper (>= 10), lsb-release, wget
Standards-Version: 4.3.0

Package: acme-sh
Architecture: any
Architecture: all
Description: Unix shell script implementing ACME client protocol
acme.sh is an ACME API client that can be used to get SSL/TLS certificates
from various ACME-compliant Certificate Authorities
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ override_dh_auto_test:
override_dh_auto_build:
override_dh_auto_install:
mkdir -p debian/tmp
wget -P debian/tmp http://github.com/$(GITHUBUSER)/$(PROJECT)/archive/$(BRANCH).tar.gz
wget -P debian/tmp https://github.com/$(GITHUBUSER)/$(PROJECT)/archive/$(BRANCH).tar.gz
tar xzvf debian/tmp/$(BRANCH).tar.gz -C debian/tmp
cp -Rf debian/tmp/$(PROJECT)-$(BRANCH)/acme.sh debian/acme-sh/usr/lib/acme.sh/
cp -Rf debian/tmp/$(PROJECT)-$(BRANCH)/deploy/ debian/acme-sh/usr/lib/acme.sh/
Expand Down

0 comments on commit 713b0f9

Please sign in to comment.