summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Habot2023-08-19 19:52:22 -0400
committerDan Habot2023-08-19 19:52:22 -0400
commit51a5ef9ae728f73d6e7f970319952ab518e5ae23 (patch)
treeb782c86f4e077c3f45aa78ce1d22c3ea03095615
parent8cdb9da93b5846f2fa444b67f1168126c8ab2632 (diff)
downloadaur-51a5ef9ae728f73d6e7f970319952ab518e5ae23.tar.gz
upgrade
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d319272d2491..0839d1bd72b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = backup-brute
pkgdesc = Go utility for creating backups of large segments of your operating system to s3 using AGE encryption.
- pkgver = 1.2
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/danhab99/backup-brute
arch = x86_64
license = MIT
makedepends = go
- source = https://github.com/danhab99/backup-brute/tarball/1.2
- md5sums = bdc7b4e443a627e9529f24206098e29d
+ source = https://github.com/danhab99/backup-brute/tarball/1.4
+ md5sums = 990b40629a4ebb5fe6a47566f2474c56
pkgname = backup-brute
diff --git a/PKGBUILD b/PKGBUILD
index cfd5bdcb8503..6fed38b4c3ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dan Habot <dan.habot@gmail.com>
pkgname=backup-brute
-pkgver=1.2
+pkgver=1.4
pkgrel=1
pkgdesc="Go utility for creating backups of large segments of your operating system to s3 using AGE encryption."
arch=('x86_64')
@@ -26,4 +26,4 @@ package() {
install -Dm755 backup-brute "$pkgdir/usr/bin/backup-brute"
}
-md5sums=('bdc7b4e443a627e9529f24206098e29d')
+md5sums=('990b40629a4ebb5fe6a47566f2474c56')