summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanisław Jasiewicz2021-11-20 23:52:28 +0100
committerStanisław Jasiewicz2021-11-20 23:52:28 +0100
commitb12f4e68ec9cb1b6b55b290018088b93b0c49ef2 (patch)
treef7e520efa49dd72ff118fb684343577f016078d8
parent09f1b1474a0a9783aa9608575640c304f736f375 (diff)
downloadaur-b12f4e68ec9cb1b6b55b290018088b93b0c49ef2.tar.gz
Version 1.4.2
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcc7288b130a..b12214972590 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.1
+ pkgver = 1.4.2
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.1/mango-1.4.1.tar.gz
- md5sums = 36316dc3528243b4212a7a9ae826cd67
+ source = https://gitlab.com/Taro94/mango/-/archive/1.4.2/mango-1.4.2.tar.gz
+ md5sums = 41bddb12c7ad6be989c633b0761becf5
pkgname = mango
diff --git a/PKGBUILD b/PKGBUILD
index e62e9896d702..d62bb19387ba 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stanisław Jasiewicz <stjasiewicz@gmail.com>
pkgname=mango
-pkgver=1.4.1
+pkgver=1.4.2
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=('36316dc3528243b4212a7a9ae826cd67')
+md5sums=('41bddb12c7ad6be989c633b0761becf5')
options=(!strip)
package() {