Skip to content

Commit

Permalink
Merge pull request #3 from mijailr/change-binary-url
Browse files Browse the repository at this point in the history
Add pciscsi.exe from the repository
  • Loading branch information
mijailr committed Aug 5, 2020
2 parents fe44256 + 1c5e8a9 commit 5e1bea6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pkgbase = wd719x-firmware
pkgdesc = Driver for Western Digital WD7193, WD7197 and WD7296 SCSI cards
pkgver = 1
pkgrel = 6
pkgrel = 7
url = https://github.com/mijailr/wd719x-firmware
arch = any
license = unknown
makedepends = lha
noextract = pciscsi.exe
source = https://web.archive.org/web/20150802061047/http://support.wdc.com/download/archive/pciscsi.exe
source = https://raw.githubusercontent.com/mijailr/wd719x-firmware/master/pciscsi.exe
sha256sums = d310338eaaeae6db3673021c0ec2ec23b9cfb9f9b9d1eb8854d2d60b3a6490f9

pkgname = wd719x-firmware
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arch-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF:10}

- name: Build archlinux package
uses: mijailr/[email protected].0
uses: mijailr/[email protected].1

- name: Create Release
id: create_release
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
src
pkg
.DS_Store
pciscsi.exe
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=wd719x-firmware
pkgver=1
pkgrel=6
pkgrel=7
pkgdesc="Driver for Western Digital WD7193, WD7197 and WD7296 SCSI cards"
url="https://github.com/mijailr/wd719x-firmware"
license=('unknown')
Expand All @@ -12,7 +12,7 @@ arch=('any')
conflicts=()
replaces=()
backup=()
source=('https://web.archive.org/web/20150802061047/http://support.wdc.com/download/archive/pciscsi.exe')
source=('https://raw.githubusercontent.com/mijailr/wd719x-firmware/master/pciscsi.exe')
sha256sums=('d310338eaaeae6db3673021c0ec2ec23b9cfb9f9b9d1eb8854d2d60b3a6490f9')
noextract=('pciscsi.exe')

Expand Down
Binary file added pciscsi.exe
Binary file not shown.

0 comments on commit 5e1bea6

Please sign in to comment.