summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlessio Biancalana2024-03-18 09:36:47 +0100
committerAlessio Biancalana2024-03-18 09:36:47 +0100
commit15f0405ab576a7a9c8c8c954ea98b5d498869ea7 (patch)
tree00f56877ba262caad7f03a293f6cfec4a811e7c6 /PKGBUILD
parent9c7c7afb5f8756e01faf56287d568c33c93913ce (diff)
downloadaur-pacnews.tar.gz
Upgrade to v2.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 511c2289eec5..154c4e870545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alessio Biancalana <dottorblaster@gmail.com>
pkgname=pacnews
-pkgver=2.4.0
+pkgver=2.4.1
pkgrel=1
pkgdesc="Read Arch Linux News from your CLI"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ license=('MIT')
url="https://github.com/dottorblaster/pacnews"
makedepends=('rust' 'openssl')
source=("https://github.com/dottorblaster/$pkgname/archive/v${pkgver}.tar.gz")
-md5sums=('971141fff40bf1c84499446260c91da7')
+md5sums=('f923994a948cfdb4a51df493e2e7f817')
build() {
cd "$srcdir/$pkgname-$pkgver"