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 af97253ccdca..b64db31f45d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = disfetch
pkgdesc = Yet another *nix distro fetching program, but less complex.
- pkgver = 2.2
+ pkgver = 2.3
pkgrel = 1
url = https://github.com/llathasa-veleth/disfetch
arch = any
@@ -8,7 +8,7 @@ pkgbase = disfetch
makedepends = binutils
depends = bash>=4.0.0
provides = disfetch
- source = disfetch-2.2.tar.gz::https://github.com/llathasa-veleth/disfetch/archive/2.2.tar.gz
- sha256sums = 840fc552511c101961778d1f0d97395a0b80813f735c8a0badfa70c16badf941
+ source = disfetch-2.3.tar.gz::https://github.com/llathasa-veleth/disfetch/archive/2.3.tar.gz
+ sha256sums = d31e5304af7e35969dd138bb957d3ffcc71c8b1639cd1ad6d4a1c6b1ca0f3706
pkgname = disfetch
diff --git a/PKGBUILD b/PKGBUILD
index 4e2d8ba0d2f2..5fd574357fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Llathasa Veleth <llathasa at outlook dot com>
pkgname=disfetch
-pkgver=2.2
+pkgver=2.3
pkgrel=1
pkgdesc='Yet another *nix distro fetching program, but less complex.'
arch=('any')
@@ -10,7 +10,7 @@ makedepends=('binutils')
depends=('bash>=4.0.0')
provides=("$pkgname")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('840fc552511c101961778d1f0d97395a0b80813f735c8a0badfa70c16badf941')
+sha256sums=('d31e5304af7e35969dd138bb957d3ffcc71c8b1639cd1ad6d4a1c6b1ca0f3706')
package() {
cd "$pkgname-$pkgver"