summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Action Bot2024-03-03 15:56:13 +0000
committerGithub Action Bot2024-03-03 15:56:13 +0000
commite12a0790c56db3e37df73b766f583eb08ea182dd (patch)
treeade080810aa3368d07db4494e0024f980a6dbf9c
parente4a2b7c0c102e0ba6f1b935ec2de51503c5d49ed (diff)
downloadaur-e12a0790c56db3e37df73b766f583eb08ea182dd.tar.gz
Update to 0.1.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 899e07152fc6..ef08733123ea 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.9
+ pkgver = 0.1.10
pkgrel = 1
url = https://github.com/kugland/neocities-deploy
arch = any
license = GPL3
makedepends = cargo
options = !lto
- source = neocities-deploy-0.1.9.tar.gz::https://github.com/kugland/neocities-deploy/archive/refs/tags/v0.1.9.tar.gz
- sha256sums = 94036e811d81ca536f33d725711676b834ed6bc1c8abe6f3a37cda6a54c02939
+ source = neocities-deploy-0.1.10.tar.gz::https://github.com/kugland/neocities-deploy/archive/refs/tags/v0.1.10.tar.gz
+ sha256sums = 94cacbec3a9630e98d90438b967180d479ed9c665d4c897b850d753b1e69288f
pkgname = neocities-deploy
diff --git a/PKGBUILD b/PKGBUILD
index ba70ed9f3ec2..f55a2a02889a 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.9
+pkgver=0.1.10
pkgrel=1
arch=('any')
source=("$pkgname-$pkgver.tar.gz::https://github.com/kugland/neocities-deploy/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('94036e811d81ca536f33d725711676b834ed6bc1c8abe6f3a37cda6a54c02939')
+sha256sums=('94cacbec3a9630e98d90438b967180d479ed9c665d4c897b850d753b1e69288f')
makedepends=(cargo)
license=('GPL3')
options=(!lto)