From 4b0a5b19edb7943c14dfce419f6e31c7bb2d930b Mon Sep 17 00:00:00 2001 From: Jacob Date: Thu, 19 Apr 2018 17:03:20 +0200 Subject: [PATCH] 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 --- packaging/updating-an-existing-package/en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/updating-an-existing-package/en.md b/packaging/updating-an-existing-package/en.md index adf99d1..6e843de 100644 --- a/packaging/updating-an-existing-package/en.md +++ b/packaging/updating-an-existing-package/en.md @@ -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 ```