mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update podman_backup to version 1.3.4
This commit is contained in:
parent
37be42c3dc
commit
98f648d642
3 changed files with 29 additions and 14 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = podman_backup
|
||||
pkgdesc = A small dart tool to push regular backups of podman volumes to a remote.
|
||||
pkgver = 1.3.2
|
||||
pkgver = 1.3.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/Skycoder42/podman_backup
|
||||
changelog = CHANGELOG.md
|
||||
|
|
@ -10,12 +10,12 @@ pkgbase = podman_backup
|
|||
depends = xz
|
||||
depends = systemd
|
||||
options = !strip
|
||||
source = sources.tar.gz::https://github.com/Skycoder42/podman_backup/archive/refs/tags/v1.3.2.tar.gz
|
||||
source = bin.tar.xz::https://github.com/Skycoder42/podman_backup/releases/download/v1.3.2/binaries-linux.tar.xz
|
||||
source = debug.tar.xz::https://github.com/Skycoder42/podman_backup/releases/download/v1.3.2/binaries-linux-debug-symbols.tar.xz
|
||||
b2sums = 4e64d009e706007d3700671d456711db91b7f18ef7b363b4216b256f584388c2e96f10f6eea0a50c6909de5d4b890fbeee01478c0e35a39a8c3fb6ebdadc57e4
|
||||
b2sums = e1283dd583421814020459a001b78a1746db4c7bc46b60290e7dc7e932f1745e855d80c885f70b4a2a2b0325d37ebadd7ca8c4e7ffcd2a3d4b643994b89a1ee1
|
||||
b2sums = 58acab6b2e102b4ddb49c979a34157f45f9f83feecf7c27e2e1fa29a8ee74d11f69b794063bb0d961be3372c5b016cead3bf30da22767ec06a07150a922b25b2
|
||||
source = sources.tar.gz::https://github.com/Skycoder42/podman_backup/archive/refs/tags/v1.3.4.tar.gz
|
||||
source = bin.tar.xz::https://github.com/Skycoder42/podman_backup/releases/download/v1.3.4/binaries-linux.tar.xz
|
||||
source = debug.tar.xz::https://github.com/Skycoder42/podman_backup/releases/download/v1.3.4/binaries-linux-debug-symbols.tar.xz
|
||||
b2sums = 2e1aa46dfbb35260d03052ec2739ced8a670a12f882dce680f1e26f32f4124f2748899d95496a3b38a92340499064cea579bf5b4429292f2c58a502e38e73021
|
||||
b2sums = 19ec2390d5e8634a23182a8187ef3089821b4f5cac8e4e36528935aa491ba5669817d1c0f35264c9a9ad952dbf8e84bd84df4c799a37a4b25ce1c2ce94bceed4
|
||||
b2sums = e46e37ae72ff5cc741e083b5f5fe488554a8518b69a104b4c602646df685ac8baaae11dc489f5371dd5245ca80eb974a368cd36a5aac3134dd5618e4d0ed6657
|
||||
|
||||
pkgname = podman_backup
|
||||
|
||||
|
|
|
|||
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -4,6 +4,19 @@ 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.3.4] - 2024-12-30
|
||||
### Fixed
|
||||
- Fix deployment
|
||||
|
||||
## [1.3.3] - 2024-12-30
|
||||
### Changed
|
||||
- Updated dependencies
|
||||
- Updated min dart sdk version to 3.6.0
|
||||
|
||||
### Fixed
|
||||
- Analysis issues
|
||||
- Fix timezone for unit tests
|
||||
|
||||
## [1.3.2] - 2024-04-12
|
||||
### Changed
|
||||
- Remove pubspec.lock from repository
|
||||
|
|
@ -73,6 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
- Initial release
|
||||
|
||||
[1.3.4]: https://github.com/Skycoder42/podman_backup/compare/v1.3.3...v1.3.4
|
||||
[1.3.3]: https://github.com/Skycoder42/podman_backup/compare/v1.3.2...v1.3.3
|
||||
[1.3.2]: https://github.com/Skycoder42/podman_backup/compare/v1.3.1...v1.3.2
|
||||
[1.3.1]: https://github.com/Skycoder42/podman_backup/compare/v1.3.0...v1.3.1
|
||||
[1.3.0]: https://github.com/Skycoder42/podman_backup/compare/v1.2.1...v1.3.0
|
||||
|
|
|
|||
14
PKGBUILD
14
PKGBUILD
|
|
@ -2,18 +2,18 @@
|
|||
pkgbase='podman_backup'
|
||||
pkgname=('podman_backup' 'podman_backup-debug')
|
||||
pkgdesc='A small dart tool to push regular backups of podman volumes to a remote.'
|
||||
pkgver='1.3.2'
|
||||
pkgver='1.3.4'
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url='https://github.com/Skycoder42/podman_backup'
|
||||
license=('BSD')
|
||||
depends=('podman' 'xz' 'systemd')
|
||||
source=("sources.tar.gz::https://github.com/Skycoder42/podman_backup/archive/refs/tags/v1.3.2.tar.gz"
|
||||
"bin.tar.xz::https://github.com/Skycoder42/podman_backup/releases/download/v1.3.2/binaries-linux.tar.xz"
|
||||
"debug.tar.xz::https://github.com/Skycoder42/podman_backup/releases/download/v1.3.2/binaries-linux-debug-symbols.tar.xz")
|
||||
b2sums=('4e64d009e706007d3700671d456711db91b7f18ef7b363b4216b256f584388c2e96f10f6eea0a50c6909de5d4b890fbeee01478c0e35a39a8c3fb6ebdadc57e4'
|
||||
'e1283dd583421814020459a001b78a1746db4c7bc46b60290e7dc7e932f1745e855d80c885f70b4a2a2b0325d37ebadd7ca8c4e7ffcd2a3d4b643994b89a1ee1'
|
||||
'58acab6b2e102b4ddb49c979a34157f45f9f83feecf7c27e2e1fa29a8ee74d11f69b794063bb0d961be3372c5b016cead3bf30da22767ec06a07150a922b25b2')
|
||||
source=("sources.tar.gz::https://github.com/Skycoder42/podman_backup/archive/refs/tags/v1.3.4.tar.gz"
|
||||
"bin.tar.xz::https://github.com/Skycoder42/podman_backup/releases/download/v1.3.4/binaries-linux.tar.xz"
|
||||
"debug.tar.xz::https://github.com/Skycoder42/podman_backup/releases/download/v1.3.4/binaries-linux-debug-symbols.tar.xz")
|
||||
b2sums=('2e1aa46dfbb35260d03052ec2739ced8a670a12f882dce680f1e26f32f4124f2748899d95496a3b38a92340499064cea579bf5b4429292f2c58a502e38e73021'
|
||||
'19ec2390d5e8634a23182a8187ef3089821b4f5cac8e4e36528935aa491ba5669817d1c0f35264c9a9ad952dbf8e84bd84df4c799a37a4b25ce1c2ce94bceed4'
|
||||
'e46e37ae72ff5cc741e083b5f5fe488554a8518b69a104b4c602646df685ac8baaae11dc489f5371dd5245ca80eb974a368cd36a5aac3134dd5618e4d0ed6657')
|
||||
changelog='CHANGELOG.md'
|
||||
options=('!strip')
|
||||
_pkgdir="$pkgbase-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue