Include:Abump: Difference between revisions

From Alpine Linux
(Created page with "The tool <tt>abump</tt> is an utility to bump pkgver in APKBUILD files. {{Cmd|<nowiki>abump [-hR]</nowiki>}} '''abump options''' * '''-h''' Show this help * '''-R''' Run abu...")
 
mNo edit summary
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The tool <tt>abump</tt> is an utility to bump pkgver in APKBUILD files.
The tool <tt>abump</tt> is a utility to bump pkgver in APKBUILD files if the package gets an update to a newer upstream release.


{{Cmd|<nowiki>abump [-hR]</nowiki>}}
{{Cmd|<nowiki>abump [-hR]</nowiki>}}
Line 8: Line 8:
* '''-R'''  Run abuild with -R for recursive building
* '''-R'''  Run abuild with -R for recursive building
* '''-k'''  Keep existing packages
* '''-k'''  Keep existing packages
[[Category:Development]]

Revision as of 05:53, 25 February 2019

The tool abump is a utility to bump pkgver in APKBUILD files if the package gets an update to a newer upstream release.

abump [-hR]

abump options

  • -h Show this help
  • -R Run abuild with -R for recursive building
  • -k Keep existing packages