diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-01-23 08:48:39 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-01-23 09:01:58 +0100 |
commit | 574e89b968b671662c78bf5ae4a6dec9d4cdf3ff (patch) | |
tree | f447954ec10ce2b72f2b382c734208674a344efc /packages/APKBUILD | |
parent | 8026849fda277f54a2a3e4fa5cf5d183cbc84bef (diff) |
Bump version numbers & changelog after 1.0.4 release
This commit imports the changes to the CHANGELOG.md in the backports
branch after the 1.0.4 release and updates the package scripts to
point to the new release.
In addition, the version numbers in configure.ac are update to more
closeley reflect reality, i.e. set the current so version and set the
package version to 1.1.0 which will be the next release from master.
The unreleased changes in master are also added to the CHANGELOG.md.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'packages/APKBUILD')
-rw-r--r-- | packages/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/APKBUILD b/packages/APKBUILD index 7eceb9f..ac9fda4 100644 --- a/packages/APKBUILD +++ b/packages/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Sébastien Gross <invalid@invalid.tld> pkgname=squashfs-tools-ng -pkgver=1.0.3 +pkgver=1.0.4 pkgrel=0 pkgdesc="New set of tools for working with SquashFS images." url="https://github.com/AgentD/squashfs-tools-ng" @@ -43,4 +43,4 @@ doc() { } -sha512sums="3d9a160421bd093daf6fa8a6730137d2c1fee8b8969176e540fa21e9f85ac936546a2011d6b469e7408fabad75627225ba747ca1173272eada8331b0735a93fd squashfs-tools-ng-1.0.3.tar.gz" +sha512sums="3c9f3bea73becaf026bfe22fdc5da28de05d7b5fa7e17230a74f7cc9d08efefda59c004113b6d1aaa59d0e586fc379bc6d0f6e178ddab794bfe9c5966602204c squashfs-tools-ng-1.0.4.tar.gz" |