diff --git a/PKGBUILD b/PKGBUILD index 1b87154..0437f3e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ backup=('etc/pkgstash/pkgstash.toml' 'etc/pkgstash/pkgstash.env') license=(GPL-2.0-only) install=pkgstash.install source=("https://github.com/ewpt3ch/${pkgname}/releases/download/v${pkgver}/pkgstash-v${pkgver}-$CARCH.tar.gz") -sha256sums=('bdc1e3b6b831853265531731d3a8dc48f4fdb87cd193a6aad0704875258a4ad8') +sha256sums=('4ded95b5e035cd828513ea997eca7e25e17f4cf4e86794caa738dc3fbb4222de') package() { cd deploy diff --git a/TODO.md b/TODO.md index 2d12cf1..9d9c6b7 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,5 @@ - Deployment + - automated changelog publishing - ci check golangci-lint docs - ~fix owner and perms and check on .env file for install~ - ~PKGBUILD~ diff --git a/deploy/pkgstash.toml.example b/deploy/pkgstash.toml.example index 71a0e9b..59546c4 100644 --- a/deploy/pkgstash.toml.example +++ b/deploy/pkgstash.toml.example @@ -7,5 +7,5 @@ mirror_urls = [ ] # array of upstream repos this server caches see pacman.conf # or pacman docs for more info -mirrored_repos = ["core", "extra", "multilib"] +mirrored_repos = ["core", "extra"] port = "8090"