summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanisław Jasiewicz2021-04-01 00:31:03 +0200
committerStanisław Jasiewicz2021-04-01 00:31:03 +0200
commitc40de38f7171cb04fe1592cd83c7e3282a16bd5c (patch)
treed677cb223ac457f32d266769f37536ea16af7ad2
parent2bc5b7d53b137916099ec8e3256edfb95b97b7a1 (diff)
downloadaur-c40de38f7171cb04fe1592cd83c7e3282a16bd5c.tar.gz
Updated to 1.2.0
-rw-r--r--.SRCINFO6
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1120fb956809..af07a3fe9b2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mango
pkgdesc = A tool for making backups of Arch packages and their dependencies
- pkgver = 1.1.1
+ pkgver = 1.2.0
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.1/mango-1.1.1.tar.gz
- md5sums = 193df8243ff6a53259cff96ffc844b4a
+ source = https://gitlab.com/Taro94/mango/-/archive/1.2.0/mango-1.2.0.tar.gz
+ md5sums = 0942ccd1079f79cb94bda97d64f90058
pkgname = mango
diff --git a/PKGBUILD b/PKGBUILD
index d98f6a20a6e4..65e78d0de0ee 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stanisław Jasiewicz <stjasiewicz@gmail.com>
pkgname=mango
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
pkgdesc="A tool for making backups of Arch packages and their 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=('193df8243ff6a53259cff96ffc844b4a')
+md5sums=('0942ccd1079f79cb94bda97d64f90058')
options=(!strip)
package() {