summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Action Bot2024-03-02 08:55:36 +0000
committerGithub Action Bot2024-03-02 08:55:36 +0000
commit93f722302c67076471feb695a73ba6a5389f16ad (patch)
treeaf58221054720b7bc1a9bd21637a42366a17b2e2
parent4e1efda0f394d6ec70bb4eee07f512c1cbca15a6 (diff)
downloadaur-93f722302c67076471feb695a73ba6a5389f16ad.tar.gz
Update to 0.1.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0d844faf3f9..d1ac34b7a16c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neocities-deploy
pkgdesc = A command-line tool for deploying your Neocities site. It can upload files to your site, list remote files, and more.
- pkgver = 0.1.8
+ pkgver = 0.1.19
pkgrel = 1
url = https://github.com/kugland/neocities-deploy
arch = any
license = GPL3
makedepends = cargo
options = !lto
- source = neocities-deploy-0.1.8.tar.gz::https://github.com/kugland/neocities-deploy/archive/refs/tags/v0.1.8.tar.gz
- sha256sums = 8b7c5a03dd39feb1a5062deda09fce127bdde4a242236b0be4f6d935446b4ce4
+ source = neocities-deploy-0.1.19.tar.gz::https://github.com/kugland/neocities-deploy/archive/refs/tags/v0.1.19.tar.gz
+ sha256sums = 29c832a19c8b26a7898d24ddd2c2f8eaee1baadb5a975ea03600a944c5b87ded
pkgname = neocities-deploy
diff --git a/PKGBUILD b/PKGBUILD
index 585078858eab..b20835826e3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=neocities-deploy
pkgdesc='A command-line tool for deploying your Neocities site. It can upload files to your site, list remote files, and more.'
url='https://github.com/kugland/neocities-deploy'
-pkgver=0.1.8
+pkgver=0.1.19
pkgrel=1
arch=('any')
source=("$pkgname-$pkgver.tar.gz::https://github.com/kugland/neocities-deploy/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('8b7c5a03dd39feb1a5062deda09fce127bdde4a242236b0be4f6d935446b4ce4')
+sha256sums=('29c832a19c8b26a7898d24ddd2c2f8eaee1baadb5a975ea03600a944c5b87ded')
makedepends=(cargo)
license=('GPL3')
options=(!lto)