Skip to content

Commit

Permalink
Add BUCash 1.2.0.1 to the "Older releases" section
Browse files Browse the repository at this point in the history
  • Loading branch information
sickpig committed Apr 19, 2018
1 parent 9b6d42e commit fe0fae0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/public/views/components/download/olderReleases.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,27 @@ import SignaturesBUcash1110 from './signatures_BUcash1-1-1-0.jsx'
import SignaturesBUcash1111 from './signatures_BUcash1-1-1-1.jsx'
import SignaturesBUcash1120 from './signatures_BUcash1-1-2-0.jsx'
import SignaturesBUcash1200 from './signatures_BUcash1-2-0-0.jsx'
import SignaturesBUcash1201 from './signatures_BUcash1-2-0-1.jsx'

class OfficialRelease extends React.Component {
renderVBUcash1201Body() {
return (
<Release
osx64='https://github.com/BitcoinUnlimited/BitcoinUnlimitedWebDownloadHistory/raw/master/BUcash-1.2.0.1-osx64.tar.gz'
osx32='https://github.com/BitcoinUnlimited/BitcoinUnlimitedWebDownloadHistory/raw/master/BUcash-1.2.0.1-osx.tar.gz'
osxDmg='https://github.com/BitcoinUnlimited/BitcoinUnlimitedWebDownloadHistory/raw/master/BUcash-1.2.0.1-osx.dmg'
windows64Exe='https://github.com/BitcoinUnlimited/BitcoinUnlimitedWebDownloadHistory/raw/master/BUcash-1.2.0.1-win64-setup.exe'
windows32Exe='https://github.com/BitcoinUnlimited/BitcoinUnlimitedWebDownloadHistory/raw/master/BUcash-1.2.0.1-win32-setup.exe'
linux64='https://github.com/BitcoinUnlimited/BitcoinUnlimitedWebDownloadHistory/raw/master/BUcash-1.2.0.1-linux64.tar.gz'
linux32='https://github.com/BitcoinUnlimited/BitcoinUnlimitedWebDownloadHistory/raw/master/BUcash-1.2.0.1-linux32.tar.gz'
arm64='https://github.com/BitcoinUnlimited/BitcoinUnlimitedWebDownloadHistory/raw/master/BUcash-1.2.0.1-arm64.tar.gz'
arm32='https://github.com/BitcoinUnlimited/BitcoinUnlimitedWebDownloadHistory/raw/master/BUcash-1.2.0.1-arm32.tar.gz'
source='https://github.com/BitcoinUnlimited/BitcoinUnlimited/releases/tag/bucash1.2.0.1'>

<SignaturesBUcash1201 />
</Release>
)
}
renderVBUcash1200Body() {
return (
<Release
Expand Down Expand Up @@ -284,6 +303,11 @@ class OfficialRelease extends React.Component {
render() {
return (
<div className="pt2">
<Section
title='BUcash-1.2.0.1'
body={ this.renderVBUcash1201Body() }
expanded={ false } />

<Section
title='BUcash-1.2.0.0'
body={ this.renderVBUcash1200Body() }
Expand Down

0 comments on commit fe0fae0

Please sign in to comment.