Include:Abump: Difference between revisions

From Alpine Linux
(Leave a redirection rather than an empty page)
Tag: New redirect
(restored back the Include:Abump so that the code can be transcluded in other pages)
Tag: Removed redirect
 
Line 1: Line 1:
#REDIRECT [[Abuild_and_Helpers]]
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.