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(popsicle): 1.3.0 -> 1.3.3 #6507

Merged
merged 6 commits into from
Oct 14, 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
8 changes: 5 additions & 3 deletions packages/popsicle/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
pkgbase = popsicle
gives = popsicle
pkgver = 1.3.0
pkgver = 1.3.3
pkgdesc = Multiple USB File Flasher
makedepends = cargo
makedepends = libgtk-3-dev
makedepends = help2man
compatible = debian:trixie
license = MIT
source = https://github.com/pop-os/popsicle/archive/refs/tags/1.3.0.zip
sha256sums = 4dd0f92f46d0befabd56c0cea50829b4db6d2ae8a8673e3d31c7e4228b02248b
maintainer = James Ed Randson <[email protected]>
source = https://github.com/pop-os/popsicle/archive/refs/tags/1.3.3.zip
sha256sums = 01d67266af21505d44c4f646d06946bfa4d53e60aa7f993f7bccb852ec09451e

pkgname = popsicle
8 changes: 5 additions & 3 deletions packages/popsicle/popsicle.pacscript
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
pkgname="popsicle"
gives="popsicle"
pkgver="1.3.0"
source=("https://github.com/pop-os/popsicle/archive/refs/tags/1.3.0.zip")
pkgver="1.3.3"
source=("https://github.com/pop-os/popsicle/archive/refs/tags/1.3.3.zip")
license="MIT"
makedepends=("cargo" "libgtk-3-dev" "help2man")
pkgdesc="Multiple USB File Flasher"
external_connection=true
sha256sums=("4dd0f92f46d0befabd56c0cea50829b4db6d2ae8a8673e3d31c7e4228b02248b")
maintainer=("James Ed Randson <[email protected]>")
sha256sums=("01d67266af21505d44c4f646d06946bfa4d53e60aa7f993f7bccb852ec09451e")
compatible=("debian:trixie")

build() {
cd "${_archive}"
Expand Down
8 changes: 5 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -8040,14 +8040,16 @@ pkgname = popcorn-time-deb
---
pkgbase = popsicle
gives = popsicle
pkgver = 1.3.0
pkgver = 1.3.3
pkgdesc = Multiple USB File Flasher
makedepends = cargo
makedepends = libgtk-3-dev
makedepends = help2man
compatible = debian:trixie
license = MIT
source = https://github.com/pop-os/popsicle/archive/refs/tags/1.3.0.zip
sha256sums = 4dd0f92f46d0befabd56c0cea50829b4db6d2ae8a8673e3d31c7e4228b02248b
maintainer = James Ed Randson <[email protected]>
source = https://github.com/pop-os/popsicle/archive/refs/tags/1.3.3.zip
sha256sums = 01d67266af21505d44c4f646d06946bfa4d53e60aa7f993f7bccb852ec09451e

pkgname = popsicle
---
Expand Down
Loading