Update podman_backup to version 1.0.3

This commit is contained in:
Skycoder42 2023-07-08 12:05:22 +00:00
parent 79af892bca
commit 19d2075dab
3 changed files with 13 additions and 8 deletions

View file

@ -1,6 +1,6 @@
pkgbase = podman_backup
pkgdesc = A small dart tool to push regular backups of podman volumes to a remote.
pkgver = 1.0.2
pkgver = 1.0.3
pkgrel = 1
url = https://github.com/Skycoder42/podman_backup
changelog = CHANGELOG.md
@ -15,7 +15,7 @@ pkgbase = podman_backup
depends = xz
depends = systemd
options = !strip
source = podman_backup-1.0.2.tar.gz::https://github.com/Skycoder42/podman_backup/archive/refs/tags/v1.0.2.tar.gz
b2sums = 9b9198aafe3ef7efa38269529321d6cb4924a082c708cb265dcbf499d6b797c8202ca2960834f1938d9001f054f71cb7838e46598962cc565a5a70ff9ee62b59
source = podman_backup-1.0.3.tar.gz::https://github.com/Skycoder42/podman_backup/archive/refs/tags/v1.0.3.tar.gz
b2sums = 445b4106beceb255644ed8394551513e60098ada8a2a62e5c608797b44c69a16560f6c6bda27d101253341b25fe97faadc97a285ed05aba853e0ee0872e60fa5
pkgname = podman_backup

View file

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.3] - 2023-07-08
### Added
- Add upload to packagecloud
## [1.0.2] - 2023-06-09
### Changed
- Update dependencies
@ -23,7 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release
[1.0.3]: https://github.com/Skycoder42/podman_backup/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/Skycoder42/podman_backup/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/Skycoder42/podman_backup/compare/v1.0.0+1...v1.0.1
[1.0.0+1]: https://github.com/Skycoder42/podman_backup/compare/v1.0.0...v1.0.0+1
[1.0.0]: https://github.com/Skycoder42/podman_backup/releases/tag/v1.0.0
[1.0.0]: https://github.com/Skycoder42/podman_backup/releases/tag/v1.0.0

View file

@ -1,16 +1,16 @@
# Maintainer: Skycoder42 <Skycoder42@users.noreply.github.com>
pkgname='podman_backup'
pkgdesc='A small dart tool to push regular backups of podman volumes to a remote.'
pkgver='1.0.2'
pkgver='1.0.3'
pkgrel=1
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url='https://github.com/Skycoder42/podman_backup'
license=('BSD')
depends=('podman' 'xz' 'systemd')
makedepends=('dart>=3.0.0' 'dart<4.0.0')
_pkgdir='podman_backup-1.0.2'
source=("$_pkgdir.tar.gz::https://github.com/Skycoder42/podman_backup/archive/refs/tags/v1.0.2.tar.gz")
b2sums=('9b9198aafe3ef7efa38269529321d6cb4924a082c708cb265dcbf499d6b797c8202ca2960834f1938d9001f054f71cb7838e46598962cc565a5a70ff9ee62b59')
_pkgdir='podman_backup-1.0.3'
source=("$_pkgdir.tar.gz::https://github.com/Skycoder42/podman_backup/archive/refs/tags/v1.0.3.tar.gz")
b2sums=('445b4106beceb255644ed8394551513e60098ada8a2a62e5c608797b44c69a16560f6c6bda27d101253341b25fe97faadc97a285ed05aba853e0ee0872e60fa5')
changelog='CHANGELOG.md'
options=('!strip')