summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcaltlgin2020-08-11 13:21:24 +1200
committercaltlgin2020-08-11 13:21:24 +1200
commit6a0a9e9afdd2a2f7892b79c10bdfa6e8ab269e50 (patch)
tree4128d62e91b900d2977cc4f762647c572f5c342d /PKGBUILD
parent65bf6c2f5da3311aab086b259298bb6426647d6e (diff)
downloadaur-6a0a9e9afdd2a2f7892b79c10bdfa6e8ab269e50.tar.gz
Update to v1.7.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e225a323d45..7a0ca98744bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
pkgname=wayback-machine-archiver
-pkgver=1.7.1
+pkgver=1.7.3
pkgrel=1
pkgdesc='Submit web pages to the Wayback Machine for archiving'
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python' 'python-requests')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('90092061a21e2219eb89e658b2dfd34db33bb1c467e4cbbd388f4ed2332f0414')
+sha256sums=('2ca0fb80487a8b75e7d135c4c604cb933f2ad3548b8e479e8f0435cdaba72430')
build() {
cd "${pkgname}-${pkgver}"