summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanisław Jasiewicz2022-03-05 14:51:33 +0100
committerStanisław Jasiewicz2022-03-05 14:51:33 +0100
commite1073c3be6945a66c2582b7782f9fcdb9bb47891 (patch)
tree713cb66cc4094006f84373c9f986ec9999dcb99b
parentb12f4e68ec9cb1b6b55b290018088b93b0c49ef2 (diff)
downloadaur-e1073c3be6945a66c2582b7782f9fcdb9bb47891.tar.gz
Version 1.4.3
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b12214972590..1d31b91d377f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mango
pkgdesc = A tool for making backups of Arch packages and their dependencies
- pkgver = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
url = https://gitlab.com/Taro94/mango
arch = any
@@ -8,7 +8,7 @@ pkgbase = mango
makedepends = dotnet-sdk-3.1
depends = tar
options = !strip
- source = https://gitlab.com/Taro94/mango/-/archive/1.4.2/mango-1.4.2.tar.gz
- md5sums = 41bddb12c7ad6be989c633b0761becf5
+ source = https://gitlab.com/Taro94/mango/-/archive/1.4.3/mango-1.4.3.tar.gz
+ md5sums = ca47e93b557b6b4173e54bd585303dae
pkgname = mango
diff --git a/PKGBUILD b/PKGBUILD
index d62bb19387ba..97f16d0e6209 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stanisław Jasiewicz <stjasiewicz@gmail.com>
pkgname=mango
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="A tool for making backups of Arch packages and their dependencies"
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL')
depends=('tar')
makedepends=('dotnet-sdk-3.1')
source=("https://gitlab.com/Taro94/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('41bddb12c7ad6be989c633b0761becf5')
+md5sums=('ca47e93b557b6b4173e54bd585303dae')
options=(!strip)
package() {