Nobody uses http any more, lets use https instead! (#127)

* Nobody uses http any more, just saying!

This adds a simple little s to http in the docs since we should all use encrypted connections :)

* Update lastmod since I obviously missed that one :P
This commit is contained in:
Jacob 2018-04-19 17:03:20 +02:00 committed by Joshua Strobl
parent 60d67997ff
commit 4b0a5b19ed
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
+++
title = "Updating an Existing Package"
lastmod = "2017-07-22T14:44:58+03:00"
lastmod = "2018-03-21T20:41:00+01:00"
+++
# Updating an Existing Package
This article will go over updating a package that is already in the Solus git repository.
The instructions below assume you have cloned the package's repository using the http link provided on the respective git page, [for example nano](https://dev.solus-project.com/source/nano/). The process for submitting an updated package is the same as if it is a new package. Follow the steps [here](/articles/packaging/submitting-a-package/en).
The instructions below assume you have cloned the package's repository using the https link provided on the respective git page, [for example nano](https://dev.solus-project.com/source/nano/). The process for submitting an updated package is the same as if it is a new package. Follow the steps [here](/articles/packaging/submitting-a-package/en).
## Bumping a package
@ -32,5 +32,5 @@ If you're updating the package to a newer version, naturally you would change bo
Example:
``` bash
/usr/share/ypkg/yupdate.py 1.0 http://example.com/example-1.0.tar.xz
/usr/share/ypkg/yupdate.py 1.0 https://example.com/example-1.0.tar.xz
```