summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaro942020-07-11 20:42:36 +0200
committerTaro942020-07-11 20:42:36 +0200
commitf730f39f8af0e9e0b2d3b3a47e74a9be369e26a4 (patch)
tree499526c16687583bf65030ea8008dbfee1391134
parent992728671928657fe4a8f35823dc429ff39c9ce2 (diff)
downloadaur-f730f39f8af0e9e0b2d3b3a47e74a9be369e26a4.tar.gz
mango 1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6431c1499bf3..47be808a38ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mango
pkgdesc = A tool for making backups of Arch packages and its dependencies
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://gitlab.com/Taro94/mango
arch = any
license = GPL
makedepends = dotnet-sdk>=3.1.0
options = !strip
- source = https://gitlab.com/Taro94/mango/-/archive/1.1.0/mango-1.1.0.tar.gz
- md5sums = 4ade066edc6e7fd4365e18156e7044a0
+ source = https://gitlab.com/Taro94/mango/-/archive/1.1.1/mango-1.1.1.tar.gz
+ md5sums = 193df8243ff6a53259cff96ffc844b4a
pkgname = mango
diff --git a/PKGBUILD b/PKGBUILD
index 32148fe857dd..38bf5b1e3e74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stanisław Jasiewicz <stjasiewicz@gmail.com>
pkgname=mango
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="A tool for making backups of Arch packages and its dependencies"
arch=('any')
@@ -8,7 +8,7 @@ url="https://gitlab.com/Taro94/mango"
license=('GPL')
makedepends=('dotnet-sdk>=3.1.0')
source=("https://gitlab.com/Taro94/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('4ade066edc6e7fd4365e18156e7044a0')
+md5sums=('193df8243ff6a53259cff96ffc844b4a')
options=(!strip)
package() {