Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maxim Karasev
aports
Commits
7b76031d
Commit
7b76031d
authored
9 years ago
by
Sören Tempel
Browse files
Options
Downloads
Patches
Plain Diff
community/letsencrypt: upgrade to 0.4.2
parent
5c40c270
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/letsencrypt/APKBUILD
+4
-15
4 additions, 15 deletions
community/letsencrypt/APKBUILD
with
4 additions
and
15 deletions
community/letsencrypt/APKBUILD
+
4
−
15
View file @
7b76031d
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
letsencrypt
pkgver
=
0.4.
1
pkgver
=
0.4.
2
pkgrel
=
0
pkgdesc
=
"An ACME client that can update Apache/Nginx configurations"
url
=
"https://github.com/letsencrypt/letsencrypt"
...
...
@@ -22,17 +22,6 @@ subpackages="py-acme:acme"
source
=
"letsencrypt-
$pkgver
.tar.gz::https://github.com/letsencrypt/letsencrypt/archive/v
$pkgver
.tar.gz"
_builddir
=
"
$srcdir
"
/letsencrypt-
$pkgver
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
build
()
{
cd
"
$_builddir
"
python setup.py build
||
return
1
...
...
@@ -51,6 +40,6 @@ acme() {
python setup.py
install
--prefix
=
/usr
--root
=
"
$subpkgdir
"
||
return
1
}
md5sums
=
"
ff89a126a9e8498750b3ab05a0b99e76
letsencrypt-0.4.
1
.tar.gz"
sha256sums
=
"
750c4a2966ec21009e4f7d510eceb3f97f941f6c19eda8b58b7030ef8518cef9
letsencrypt-0.4.
1
.tar.gz"
sha512sums
=
"
8b782ddf352c33c513e26bff0525932c9ab154a7a2545093be8958f851418700b449b3092fb8c4e1d45f6ededed979650c2593668a2dd1294760666702271182
letsencrypt-0.4.
1
.tar.gz"
md5sums
=
"
3082261e48d7ab34511b160b38b10025
letsencrypt-0.4.
2
.tar.gz"
sha256sums
=
"
0f55c0f292829a9c6c1da7a57860290285cfa5da8615a87b8c268a946ab656b2
letsencrypt-0.4.
2
.tar.gz"
sha512sums
=
"
cce6a69b7903b65aa93aa794fa5353701944d6d0736393f68e3f17316116929efa864310fb7275d62c94ab30921cae694fb7c2cd13c08164344c2e3a533cd434
letsencrypt-0.4.
2
.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment