summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Meiseberg2020-08-13 13:28:27 +0000
committerRobin Meiseberg2020-08-13 13:28:27 +0000
commit24df4f58dcea0b0780721e8117b6d17e86ad90c8 (patch)
tree753bc73bd0fa1d7fb52a3301423878aba8009d1d
parente455fb41d944e0c059888938bc98fad0a6096910 (diff)
downloadaur-24df4f58dcea0b0780721e8117b6d17e86ad90c8.tar.gz
Update to v1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df7abd423181..51cd1cffc942 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = may
pkgdesc = CLI tool to easily list and manage git repositories all across your system.
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/robin-mbg/may
arch = x86_64
license = GPL
makedepends = go
- source = https://github.com/robin-mbg/may/archive/v1.0.0.tar.gz
- sha256sums = 48fc67a805add03bca8af263f62e72c6a4e6d989d635faa00f3d1c93f4fd8c9c
+ source = https://github.com/robin-mbg/may/archive/v1.1.0.tar.gz
+ sha256sums = 1139f257fdc6bb61ada221081186ad59b4e1d90c700eec70468141774e706614
pkgname = may
diff --git a/PKGBUILD b/PKGBUILD
index a67447e96d27..bcd01bc966ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=may
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc='CLI tool to easily list and manage git repositories all across your system.'
arch=('x86_64')
@@ -7,7 +7,7 @@ url="https://github.com/robin-mbg/$pkgname"
license=('GPL')
makedepends=('go')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('48fc67a805add03bca8af263f62e72c6a4e6d989d635faa00f3d1c93f4fd8c9c')
+sha256sums=('1139f257fdc6bb61ada221081186ad59b4e1d90c700eec70468141774e706614')
build() {
cd $pkgname-$pkgver