summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Poldrack2022-05-31 13:48:58 +0200
committerMoritz Poldrack2022-05-31 13:48:58 +0200
commitaba6a11ee22b211c88eea53abae159461c122949 (patch)
tree726cd005d59c76d71d8301dc24b4074051e7e0bc
parentf72e32a7bec961412e88c9d925ebd940c45f3fe8 (diff)
downloadaur-aba6a11ee22b211c88eea53abae159461c122949.tar.gz
updated package to 0.4.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 323d8df6ae28..bb4114ceacb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = nyuu-bin
pkgdesc = Flexible usenet binary posting tool
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/animetosho/Nyuu
arch = x86_64
license = Public Domain
provides = nyuu
- source = nyuu-0.4.0.tar.xz::https://github.com/animetosho/Nyuu/releases/download/v0.4.0/nyuu-v0.4.0-linux-amd64.tar.xz
- sha256sums = d3350e5cbfe351019531c39c9f529b8732c542bac1f185b8ecf6d28d18985822
+ source = nyuu-0.4.1.tar.xz::https://github.com/animetosho/Nyuu/releases/download/v0.4.1/nyuu-v0.4.1-linux-amd64.tar.xz
+ sha256sums = d82b1ec92d7485a36e8557209a6385a5b9c5590be219e1f6e11d742c6e4270fe
pkgname = nyuu-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index e8e2a7446a28..e4b3a320b5f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Moritz Poldrack <moritz at poldrack dot dev>
pkgname=nyuu-bin
_pkgname=nyuu
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc='Flexible usenet binary posting tool'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Public Domain')
depends=()
provides=('nyuu')
source=("${_pkgname}-${pkgver}.tar.xz::https://github.com/animetosho/Nyuu/releases/download/v${pkgver}/nyuu-v${pkgver}-linux-amd64.tar.xz")
-sha256sums=('d3350e5cbfe351019531c39c9f529b8732c542bac1f185b8ecf6d28d18985822')
+sha256sums=('d82b1ec92d7485a36e8557209a6385a5b9c5590be219e1f6e11d742c6e4270fe')
build() {
rm -rf "${srcdir}"