summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46d3a93c832b..c0f9baca77e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade proceadure of multiple package managers
- pkgver = 2.7.0
+ pkgver = 2.7.1
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-2.7.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v2.7.0.tar.gz
- sha256sums = 4e089c9e1e92c4ea6246f6771f59fcc388b23d045a150b67c1085409a432bc7c
+ source = topgrade-2.7.1.tar.gz::https://github.com/r-darwish/topgrade/archive/v2.7.1.tar.gz
+ sha256sums = c12e9fe65f35c6ef6683e7f2978b034caf12e7c6c58254e479ba0c0e9b3d02d7
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 2a0eeb1cca89..5ef27e132573 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=2.7.0
+pkgver=2.7.1
pkgrel=1
pkgdesc='Invoke the upgrade proceadure of multiple package managers'
arch=('x86_64' 'armv7')
@@ -9,7 +9,7 @@ url='https://github.com/r-darwish/topgrade'
license=('GPL3')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('4e089c9e1e92c4ea6246f6771f59fcc388b23d045a150b67c1085409a432bc7c')
+sha256sums=('c12e9fe65f35c6ef6683e7f2978b034caf12e7c6c58254e479ba0c0e9b3d02d7')
build() {
cd "$pkgname-$pkgver"