Include:Abump: Difference between revisions
(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...") |
Prabuanand (talk | contribs) (restored back the Include:Abump so that the code can be transcluded in other pages) Tag: Removed redirect |
||
(8 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
The tool < | The tool <code>abump</code> is a utility to bump pkgver in APKBUILD files if the package gets an update to a newer upstream release. <code>abump</code> will update the package's <code>pkgver</code>, rebuild it and create a new commit with the resulting changes. | ||
The [https://git.alpinelinux.org/abuild/tree/abump.1.scd manual page] (available via <code>man abump</code>) describes all options for <code>abump</code>. | |||
Latest revision as of 16:39, 13 March 2025
The tool abump
is a utility to bump pkgver in APKBUILD files if the package gets an update to a newer upstream release. abump
will update the package's pkgver
, rebuild it and create a new commit with the resulting changes.
The manual page (available via man abump
) describes all options for abump
.