summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe2024-02-23 00:47:44 -0300
committerFelipe2024-02-23 00:47:44 -0300
commit4c621cd7ce79a1596d5703296a61801dc2df4e7d (patch)
tree9739b7c09260ee93e61f22131cae1cc98ae93769
parent46b1f34e7afbc3749f6cdb7c74077708fd8ee170 (diff)
downloadaur-4c621cd7ce79a1596d5703296a61801dc2df4e7d.tar.gz
Updates
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5ccc31bb5fe..032ec2f76ec9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = upd8all
pkgdesc = Upd8All: Simplify package updates on Arch Linux with one command. Supports Pacman, Yay, and Homebrew.
- pkgver = 0.0.17
+ pkgver = 0.0.18
pkgrel = 1
url = https://github.com/felipealfonsog/Upd8All
arch = x86_64
license = BSD 3-Clause
depends = python
- source = https://github.com/felipealfonsog/Upd8All/archive/refs/tags/v.0.0.17.tar.gz
- sha256sums = 1d1cb5c62aa99d96478bfff940fbde520f65738eb156f53c484f518c1535b82a
+ source = https://github.com/felipealfonsog/Upd8All/archive/refs/tags/v.0.0.18.tar.gz
+ sha256sums = 14aff8b91332c5ba52c6dcf847e7ed562a4da6da29fb0c01b048717761b11157
pkgname = upd8all
diff --git a/PKGBUILD b/PKGBUILD
index 6bcc3c7fc434..df966ef2a045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Mantenedor: Felipe Alfonso Gonzalez <f.alfonso@res-ear.ch>
pkgname=upd8all
-pkgver=0.0.17
+pkgver=0.0.18
pkgrel=1
pkgdesc="Upd8All: Simplify package updates on Arch Linux with one command. Supports Pacman, Yay, and Homebrew."
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('BSD 3-Clause')
depends=('python')
source=("https://github.com/felipealfonsog/Upd8All/archive/refs/tags/v.${pkgver}.tar.gz")
-sha256sums=('1d1cb5c62aa99d96478bfff940fbde520f65738eb156f53c484f518c1535b82a')
+sha256sums=('14aff8b91332c5ba52c6dcf847e7ed562a4da6da29fb0c01b048717761b11157')
prepare() {
tar xf "v.${pkgver}.tar.gz" -C "$srcdir" --strip-components=1