Skip to content

Commit

Permalink
upd(zoxide-deb): 0.9.4 -> 0.9.5 (pacstall#6424)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
lfromanini and pre-commit-ci[bot] authored Sep 13, 2024
1 parent c11f397 commit 14d312b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions packages/zoxide-deb/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pkgbase = zoxide-deb
gives = zoxide
pkgver = 0.9.4
pkgver = 0.9.5
pkgdesc = A smarter cd command. Supports all major shells.
arch = amd64
arch = arm64
maintainer = lfromanini <[email protected]>
repology = project: zoxide
source_amd64 = https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide_0.9.4-1_amd64.deb
sha256sums_amd64 = 81b7a762bcb8f789dfde4cac78ac34a406c6f79763f3669efbd60f65d013b2e1
source_arm64 = https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide_0.9.4-1_arm64.deb
sha256sums_arm64 = 575f520691dfd9acc1b280b0ca47f44f49bd004763b61abfb3da36f211d88215
source_amd64 = https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.5/zoxide_0.9.5-1_amd64.deb
sha256sums_amd64 = 2175b8df1f6e83f74d0eb7812f8697d66dfb6363ae92e6e9a975791a3aad6bc0
source_arm64 = https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.5/zoxide_0.9.5-1_arm64.deb
sha256sums_arm64 = 6ef41e82ba2e7399dc33b67e78065dbde3f2e0544ca56dad743b2e20b69dc833

pkgname = zoxide-deb
6 changes: 3 additions & 3 deletions packages/zoxide-deb/zoxide-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ pkgdesc="A smarter cd command. Supports all major shells."
maintainer=("lfromanini <[email protected]>")
repology=("project: zoxide")
arch=("amd64" "arm64")
pkgver="0.9.4"
pkgver="0.9.5"
source=("https://github.com/ajeetdsouza/zoxide/releases/download/v${pkgver}/zoxide_${pkgver}-1_${CARCH}.deb")

sha256sums_amd64=("81b7a762bcb8f789dfde4cac78ac34a406c6f79763f3669efbd60f65d013b2e1")
sha256sums_arm64=("575f520691dfd9acc1b280b0ca47f44f49bd004763b61abfb3da36f211d88215")
sha256sums_amd64=("2175b8df1f6e83f74d0eb7812f8697d66dfb6363ae92e6e9a975791a3aad6bc0")
sha256sums_arm64=("6ef41e82ba2e7399dc33b67e78065dbde3f2e0544ca56dad743b2e20b69dc833")
10 changes: 5 additions & 5 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -11912,16 +11912,16 @@ pkgname = zotero
---
pkgbase = zoxide-deb
gives = zoxide
pkgver = 0.9.4
pkgver = 0.9.5
pkgdesc = A smarter cd command. Supports all major shells.
arch = amd64
arch = arm64
maintainer = lfromanini <[email protected]>
repology = project: zoxide
source_amd64 = https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide_0.9.4-1_amd64.deb
sha256sums_amd64 = 81b7a762bcb8f789dfde4cac78ac34a406c6f79763f3669efbd60f65d013b2e1
source_arm64 = https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide_0.9.4-1_arm64.deb
sha256sums_arm64 = 575f520691dfd9acc1b280b0ca47f44f49bd004763b61abfb3da36f211d88215
source_amd64 = https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.5/zoxide_0.9.5-1_amd64.deb
sha256sums_amd64 = 2175b8df1f6e83f74d0eb7812f8697d66dfb6363ae92e6e9a975791a3aad6bc0
source_arm64 = https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.5/zoxide_0.9.5-1_arm64.deb
sha256sums_arm64 = 6ef41e82ba2e7399dc33b67e78065dbde3f2e0544ca56dad743b2e20b69dc833

pkgname = zoxide-deb
---
Expand Down

0 comments on commit 14d312b

Please sign in to comment.