Skip to content

Commit

Permalink
upd(zoxide-deb): 0.9.5 -> 0.9.6 (#6431)
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 19, 2024
1 parent 63fb597 commit 61cf9b4
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.5
pkgver = 0.9.6
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.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
source_amd64 = https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.6/zoxide_0.9.6-1_amd64.deb
sha256sums_amd64 = e26117e6ef010f010dbe47cef4f5f72faa6a96dfd8cc723ce535d0614c16bb78
source_arm64 = https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.6/zoxide_0.9.6-1_arm64.deb
sha256sums_arm64 = 308928793a0b9dff52d98cddd1c96837dd7107dcdaece7641580085774cd1fab

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.5"
pkgver="0.9.6"
source=("https://github.com/ajeetdsouza/zoxide/releases/download/v${pkgver}/zoxide_${pkgver}-1_${CARCH}.deb")

sha256sums_amd64=("2175b8df1f6e83f74d0eb7812f8697d66dfb6363ae92e6e9a975791a3aad6bc0")
sha256sums_arm64=("6ef41e82ba2e7399dc33b67e78065dbde3f2e0544ca56dad743b2e20b69dc833")
sha256sums_amd64=("e26117e6ef010f010dbe47cef4f5f72faa6a96dfd8cc723ce535d0614c16bb78")
sha256sums_arm64=("308928793a0b9dff52d98cddd1c96837dd7107dcdaece7641580085774cd1fab")
10 changes: 5 additions & 5 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -11972,16 +11972,16 @@ pkgname = zotero
---
pkgbase = zoxide-deb
gives = zoxide
pkgver = 0.9.5
pkgver = 0.9.6
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.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
source_amd64 = https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.6/zoxide_0.9.6-1_amd64.deb
sha256sums_amd64 = e26117e6ef010f010dbe47cef4f5f72faa6a96dfd8cc723ce535d0614c16bb78
source_arm64 = https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.6/zoxide_0.9.6-1_arm64.deb
sha256sums_arm64 = 308928793a0b9dff52d98cddd1c96837dd7107dcdaece7641580085774cd1fab

pkgname = zoxide-deb
---
Expand Down

0 comments on commit 61cf9b4

Please sign in to comment.