summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf141ed739c2..650a2dc7523b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = download-sweeper
pkgdesc = A stale file archive and removal tool
- pkgver = 1.1
- pkgrel = 1
+ pkgver = 1.11
+ pkgrel = 0
url = https://github.com/brandonio21/download-sweeper
arch = any
license = GPL
depends = python>=3
depends = python-yaml
- source = https://github.com/brandonio21/download-sweeper/archive/v1.1.tar.gz
- sha256sums = 87b93555a6f6b2bdf62c611c9336466bb3da134f8d95f9fb60048121d52fa4dc
+ source = https://github.com/brandonio21/download-sweeper/archive/v1.11.tar.gz
+ sha256sums = 473a11e526a28821965239f525a280ed85cd10b232dfeb4d7d87d50174540ba6
pkgname = download-sweeper
diff --git a/PKGBUILD b/PKGBUILD
index 08f5a85d82c6..dd113a26bae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Brandon Milton <brandon.milton21@gmail.com>
pkgname=download-sweeper
-pkgver=1.1
-pkgrel=1
+pkgver=1.11
+pkgrel=0
pkgdesc="A stale file archive and removal tool"
arch=('any')
url="https://github.com/brandonio21/download-sweeper"
license=('GPL')
depends=('python>=3' 'python-yaml')
source=("https://github.com/brandonio21/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('87b93555a6f6b2bdf62c611c9336466bb3da134f8d95f9fb60048121d52fa4dc')
+sha256sums=('473a11e526a28821965239f525a280ed85cd10b232dfeb4d7d87d50174540ba6')
package() {
cd "$pkgname-$pkgver"