summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessio Biancalana2024-03-18 09:36:47 +0100
committerAlessio Biancalana2024-03-18 09:36:47 +0100
commit15f0405ab576a7a9c8c8c954ea98b5d498869ea7 (patch)
tree00f56877ba262caad7f03a293f6cfec4a811e7c6
parent9c7c7afb5f8756e01faf56287d568c33c93913ce (diff)
downloadaur-15f0405ab576a7a9c8c8c954ea98b5d498869ea7.tar.gz
Upgrade to v2.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9531f226d264..5ec9467fb4b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pacnews
pkgdesc = Read Arch Linux News from your CLI
- pkgver = 2.4.0
+ pkgver = 2.4.1
pkgrel = 1
url = https://github.com/dottorblaster/pacnews
arch = i686
@@ -8,7 +8,7 @@ pkgbase = pacnews
license = MIT
makedepends = rust
makedepends = openssl
- source = https://github.com/dottorblaster/pacnews/archive/v2.4.0.tar.gz
- md5sums = 971141fff40bf1c84499446260c91da7
+ source = https://github.com/dottorblaster/pacnews/archive/v2.4.1.tar.gz
+ md5sums = f923994a948cfdb4a51df493e2e7f817
pkgname = pacnews
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"