summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanisław Jasiewicz2021-04-03 14:48:23 +0200
committerStanisław Jasiewicz2021-04-03 14:48:23 +0200
commit07e6ed2cfc729915a1fa3645c2846b8160d4e2bc (patch)
tree2652382cae6da85acbc3234c208b8d84e68e7ded
parentc40de38f7171cb04fe1592cd83c7e3282a16bd5c (diff)
downloadaur-07e6ed2cfc729915a1fa3645c2846b8160d4e2bc.tar.gz
Updated to 1.2.1
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af07a3fe9b2a..c943f7d40a79 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.2.0
+ pkgver = 1.2.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.2.0/mango-1.2.0.tar.gz
- md5sums = 0942ccd1079f79cb94bda97d64f90058
+ source = https://gitlab.com/Taro94/mango/-/archive/1.2.1/mango-1.2.1.tar.gz
+ md5sums = eef98843dbf8d3cd05557816870d687b
pkgname = mango
diff --git a/PKGBUILD b/PKGBUILD
index 65e78d0de0ee..a975b7b5a382 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stanisław Jasiewicz <stjasiewicz@gmail.com>
pkgname=mango
-pkgver=1.2.0
+pkgver=1.2.1
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=('0942ccd1079f79cb94bda97d64f90058')
+md5sums=('eef98843dbf8d3cd05557816870d687b')
options=(!strip)
package() {