Skip to content

keepassXC: Update from 2.6.0 to 2.6.1 #1890

Merged
merged 1 commit into from
Sep 15, 2020
Merged
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
6 changes: 3 additions & 3 deletions keepassxc.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION keepassxc-2.6.0-0
# BEE_VERSION keepassxc-2.6.1-0

# SRCURL[0]="https://github.com/keepassxreboot/keepassxc/archive/${PKGVERSION}.tar.gz keepassxc-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/787e72da54de35496d3a2c73d676df86/keepassxc-2.6.0.tar.gz"
SRCURL[0]="https://github.com/keepassxreboot/keepassxc/archive/${PKGVERSION}.tar.gz keepassxc-${PKGVERSION}.tar.gz"
#SRCURL[0]="https://beehive.molgen.mpg.de/787e72da54de35496d3a2c73d676df86/keepassxc-${PKGVERSION}.tar.gz"

# PATCHURL+=()

Expand Down