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 ```