Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upd(clipboard-bin): 0.9.0.1 -> 0.9.1 #6734

Merged
merged 1 commit into from
Dec 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions packages/clipboard-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = clipboard-bin
gives = clipboard
pkgver = 0.9.0.1
pkgver = 0.9.1
pkgdesc = Cut, copy, and paste anything in your terminal
arch = amd64
arch = arm64
Expand All @@ -13,15 +13,15 @@ pkgbase = clipboard-bin
breaks = clipboard-app
maintainer = wizard-28 <[email protected]>
repology = project: clipboard
source_amd64 = https://github.com/Slackadays/Clipboard/releases/download/0.9.0.1/clipboard-linux-amd64.zip
sha256sums_amd64 = 5b90cd7299c1c0d679cfe8c1bd4e89e7fd70ebede2890d90a6f1da98a90e922b
source_arm64 = https://github.com/Slackadays/Clipboard/releases/download/0.9.0.1/clipboard-linux-arm64.zip
sha256sums_arm64 = 07493b5e9954585160fc54314e23e4897652f06594f6ec7ceba66b32d7f72b82
source_armhf = https://github.com/Slackadays/Clipboard/releases/download/0.9.0.1/clipboard-linux-armhf.zip
sha256sums_armhf = 7654d6f5176e554ed86d84f16924b2ec3d7a7e0000f24a43ee6772397b986dea
source_ppc64el = https://github.com/Slackadays/Clipboard/releases/download/0.9.0.1/clipboard-linux-ppc64el.zip
sha256sums_ppc64el = a7c2c689a777d57fe6638a469c408753d1b4d5d61c8fecd141a4781f54a24e7a
source_riscv64 = https://github.com/Slackadays/Clipboard/releases/download/0.9.0.1/clipboard-linux-riscv64.zip
sha256sums_riscv64 = e92f2c4eeeefd093d25f91f186c1c3ac572ea254369fe7028928246d431407c8
source_amd64 = https://github.com/Slackadays/Clipboard/releases/download/0.9.1/clipboard-linux-amd64.zip
sha256sums_amd64 = 20d616468b3b3e06c5434331c83b102ad86af101c9d94887c315d0e3497e8a0f
source_arm64 = https://github.com/Slackadays/Clipboard/releases/download/0.9.1/clipboard-linux-arm64.zip
sha256sums_arm64 = ac0ffb7cbbdb1c9ed43c52171c50b0a60546f3438af11c767a4fcefe319a95b1
source_armhf = https://github.com/Slackadays/Clipboard/releases/download/0.9.1/clipboard-linux-armhf.zip
sha256sums_armhf = 8af12ddaf673b15a28ebd9d3f9e65720cea13bd6683e7761c5254255671d45a8
source_ppc64el = https://github.com/Slackadays/Clipboard/releases/download/0.9.1/clipboard-linux-ppc64el.zip
sha256sums_ppc64el = 666a2421866c137a18851e9e3c43829b75a8c426af3b6d2b7def32c984fc0b04
source_riscv64 = https://github.com/Slackadays/Clipboard/releases/download/0.9.1/clipboard-linux-riscv64.zip
sha256sums_riscv64 = 5fba87633d04887029cf3b3cb63cc10cc294a7b2de3c169e8dfb82a959f5d7fe

pkgname = clipboard-bin
12 changes: 6 additions & 6 deletions packages/clipboard-bin/clipboard-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ maintainer=("wizard-28 <[email protected]>")

pkgname="clipboard-bin"
gives="clipboard"
pkgver="0.9.0.1"
pkgver="0.9.1"
pkgdesc="Cut, copy, and paste anything in your terminal"
breaks=("${gives}" "${gives}-git" "${gives}-deb" "${gives}-app")
arch=("amd64" "arm64" "armhf" "ppc64el" "riscv64")
repology=("project: clipboard")
source=("https://github.com/Slackadays/Clipboard/releases/download/${pkgver}/${gives}-linux-${CARCH}.zip")
sha256sums_amd64=("5b90cd7299c1c0d679cfe8c1bd4e89e7fd70ebede2890d90a6f1da98a90e922b")
sha256sums_arm64=("07493b5e9954585160fc54314e23e4897652f06594f6ec7ceba66b32d7f72b82")
sha256sums_armhf=("7654d6f5176e554ed86d84f16924b2ec3d7a7e0000f24a43ee6772397b986dea")
sha256sums_ppc64el=("a7c2c689a777d57fe6638a469c408753d1b4d5d61c8fecd141a4781f54a24e7a")
sha256sums_riscv64=("e92f2c4eeeefd093d25f91f186c1c3ac572ea254369fe7028928246d431407c8")
sha256sums_amd64=("20d616468b3b3e06c5434331c83b102ad86af101c9d94887c315d0e3497e8a0f")
sha256sums_arm64=("ac0ffb7cbbdb1c9ed43c52171c50b0a60546f3438af11c767a4fcefe319a95b1")
sha256sums_armhf=("8af12ddaf673b15a28ebd9d3f9e65720cea13bd6683e7761c5254255671d45a8")
sha256sums_ppc64el=("666a2421866c137a18851e9e3c43829b75a8c426af3b6d2b7def32c984fc0b04")
sha256sums_riscv64=("5fba87633d04887029cf3b3cb63cc10cc294a7b2de3c169e8dfb82a959f5d7fe")

package() {
cd "${_archive}"
Expand Down
22 changes: 11 additions & 11 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ pkgname = clib
---
pkgbase = clipboard-bin
gives = clipboard
pkgver = 0.9.0.1
pkgver = 0.9.1
pkgdesc = Cut, copy, and paste anything in your terminal
arch = amd64
arch = arm64
Expand All @@ -1306,16 +1306,16 @@ pkgbase = clipboard-bin
breaks = clipboard-app
maintainer = wizard-28 <[email protected]>
repology = project: clipboard
source_amd64 = https://github.com/Slackadays/Clipboard/releases/download/0.9.0.1/clipboard-linux-amd64.zip
sha256sums_amd64 = 5b90cd7299c1c0d679cfe8c1bd4e89e7fd70ebede2890d90a6f1da98a90e922b
source_arm64 = https://github.com/Slackadays/Clipboard/releases/download/0.9.0.1/clipboard-linux-arm64.zip
sha256sums_arm64 = 07493b5e9954585160fc54314e23e4897652f06594f6ec7ceba66b32d7f72b82
source_armhf = https://github.com/Slackadays/Clipboard/releases/download/0.9.0.1/clipboard-linux-armhf.zip
sha256sums_armhf = 7654d6f5176e554ed86d84f16924b2ec3d7a7e0000f24a43ee6772397b986dea
source_ppc64el = https://github.com/Slackadays/Clipboard/releases/download/0.9.0.1/clipboard-linux-ppc64el.zip
sha256sums_ppc64el = a7c2c689a777d57fe6638a469c408753d1b4d5d61c8fecd141a4781f54a24e7a
source_riscv64 = https://github.com/Slackadays/Clipboard/releases/download/0.9.0.1/clipboard-linux-riscv64.zip
sha256sums_riscv64 = e92f2c4eeeefd093d25f91f186c1c3ac572ea254369fe7028928246d431407c8
source_amd64 = https://github.com/Slackadays/Clipboard/releases/download/0.9.1/clipboard-linux-amd64.zip
sha256sums_amd64 = 20d616468b3b3e06c5434331c83b102ad86af101c9d94887c315d0e3497e8a0f
source_arm64 = https://github.com/Slackadays/Clipboard/releases/download/0.9.1/clipboard-linux-arm64.zip
sha256sums_arm64 = ac0ffb7cbbdb1c9ed43c52171c50b0a60546f3438af11c767a4fcefe319a95b1
source_armhf = https://github.com/Slackadays/Clipboard/releases/download/0.9.1/clipboard-linux-armhf.zip
sha256sums_armhf = 8af12ddaf673b15a28ebd9d3f9e65720cea13bd6683e7761c5254255671d45a8
source_ppc64el = https://github.com/Slackadays/Clipboard/releases/download/0.9.1/clipboard-linux-ppc64el.zip
sha256sums_ppc64el = 666a2421866c137a18851e9e3c43829b75a8c426af3b6d2b7def32c984fc0b04
source_riscv64 = https://github.com/Slackadays/Clipboard/releases/download/0.9.1/clipboard-linux-riscv64.zip
sha256sums_riscv64 = 5fba87633d04887029cf3b3cb63cc10cc294a7b2de3c169e8dfb82a959f5d7fe

pkgname = clipboard-bin
---
Expand Down
Loading